| /linux/arch/x86/mm/ |
| H A D | ident_map.c | 38 if (!pud_present(pud[i])) in free_pud() 120 use_gbpage &= !pud_present(*pud); in ident_pud_init() 130 if (pud_present(*pud)) { in ident_pud_init()
|
| H A D | fault.c | 201 if (!pud_present(*pud_k)) in vmalloc_sync_one() 380 if (!pud_present(*pud) || pud_leaf(*pud)) in dump_pagetable() 1014 if (!pud_present(*pud)) in spurious_kernel_fault()
|
| /linux/mm/ |
| H A D | pagewalk.c | 122 if (!pud_present(pudval) || pud_leaf(pudval)) { in walk_pmd_range() 231 if (pud_present(*pud) && pud_trans_huge(*pud)) in walk_pud_range() 237 else if (pud_leaf(*pud) || !pud_present(*pud)) in walk_pud_range() 935 (!pud_present(pud) || pud_leaf(pud))) { in folio_walk_start() 947 } else if (pud_present(pud) && !pud_leaf(pud)) { in folio_walk_start() 950 } else if (pud_present(pud)) { in folio_walk_start() 964 VM_WARN_ON_ONCE(!pud_present(pud) || pud_leaf(pud)); in folio_walk_start()
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable-64.h | 177 static inline int pud_present(pud_t pud) in pud_present() function 189 return !pud_present(pud) || (pud_val(pud) & _PAGE_LEAF); in pud_bad() 195 return pud_present(pud) && (pud_val(pud) & _PAGE_LEAF); in pud_leaf()
|
| /linux/arch/xtensa/mm/ |
| H A D | fault.c | 59 if (!pud_present(*pud) || !pud_present(*pud_k)) in vmalloc_fault()
|
| /linux/arch/s390/mm/ |
| H A D | hugetlbpage.c | 88 present = pud_present(__pud(rste)); in __rste_to_pte() 218 if (pud_present(*pudp)) in huge_pte_offset()
|
| H A D | gmap_helpers.c | 135 if (pud_none(pud) || pud_leaf(pud) || !pud_present(pud)) in gmap_helper_try_set_pte_unused()
|
| /linux/arch/sh/include/asm/ |
| H A D | pgtable-3level.h | 49 #define pud_present(x) (pud_val(x)) macro
|
| /linux/arch/mips/mm/ |
| H A D | hugetlbpage.c | 54 if (pud_present(*pud)) in huge_pte_offset()
|
| /linux/arch/m68k/mm/ |
| H A D | init.c | 104 if (!pud_present(*pud)) in init_pointer_tables()
|
| H A D | motorola.c | 274 if (!pud_present(*pud)) in kernel_ptr_table() 340 if (!pud_present(*pud_dir)) { in map_node()
|
| /linux/include/asm-generic/ |
| H A D | pgtable-nopmd.h | 32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
|
| /linux/arch/loongarch/mm/ |
| H A D | hugetlbpage.c | 46 if (pud_present(pudp_get(pud))) in huge_pte_offset()
|
| /linux/arch/sh/mm/ |
| H A D | fault.c | 141 if (!pud_present(*pud_k)) in vmalloc_sync_one() 144 if (!pud_present(*pud)) in vmalloc_sync_one()
|
| /linux/arch/arm/include/asm/ |
| H A D | pgtable-2level.h | 195 static inline int pud_present(pud_t pud) in pud_present() function
|
| /linux/arch/um/include/asm/ |
| H A D | pgtable-4level.h | 60 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
|
| /linux/arch/arc/mm/ |
| H A D | fault.c | 56 if (!pud_present(*pud)) in handle_kernel_vaddr_fault()
|
| /linux/arch/arc/include/asm/ |
| H A D | pgtable-levels.h | 131 #define pud_present(x) (pud_val(x)) macro
|
| /linux/arch/nios2/mm/ |
| H A D | fault.c | 249 if (!pud_present(*pud_k)) in do_page_fault()
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | pgtable.c | 200 VM_WARN_ON_ONCE(!pud_present(*pudp)); in pudp_invalidate() 232 VM_BUG_ON(!pud_present(*pudp)); in pudp_huge_get_and_clear_full()
|
| /linux/arch/riscv/mm/ |
| H A D | pgtable.c | 161 VM_WARN_ON_ONCE(!pud_present(*pudp)); in pudp_invalidate()
|
| /linux/arch/openrisc/mm/ |
| H A D | fault.c | 330 if (!pud_present(*pud_k)) in do_page_fault()
|
| /linux/arch/x86/kernel/ |
| H A D | espfix_64.c | 164 if (!pud_present(pud)) { in init_espfix_ap()
|
| /linux/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 122 #define pud_present(pud) (pud_val(pud) != 0) macro
|
| /linux/arch/mips/kvm/ |
| H A D | mmu.c | 210 if (!pud_present(pud[i])) in kvm_mips_flush_gpa_pud() 336 if (!pud_present(pud[i])) \
|