| /linux/mm/ |
| H A D | pagewalk.c | 121 if (!pud_present(pudval) || pud_leaf(pudval)) { in walk_pmd_range() 230 if (pud_present(*pud) && pud_trans_huge(*pud)) in walk_pud_range() 236 else if (pud_leaf(*pud) || !pud_present(*pud)) in walk_pud_range() 930 (!pud_present(pud) || pud_leaf(pud))) { in folio_walk_start() 942 } else if (pud_present(pud) && !pud_leaf(pud)) { in folio_walk_start() 945 } else if (pud_present(pud)) { in folio_walk_start() 955 VM_WARN_ON_ONCE(!pud_present(pud) || pud_leaf(pud)); in folio_walk_start()
|
| H A D | hmm.c | 477 if (!pud_present(pud)) in pud_to_hmm_pfn_flags() 500 if (!pud_present(pud)) { in hmm_vma_walk_pud()
|
| /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/sh/include/asm/ |
| H A D | pgtable-3level.h | 49 #define pud_present(x) (pud_val(x)) macro
|
| /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()
|
| H A D | fault.c | 54 if (!pud_present(pudp_get(pud))) in spurious_fault()
|
| /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/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/nios2/mm/ |
| H A D | fault.c | 249 if (!pud_present(*pud_k)) in do_page_fault()
|
| /linux/arch/arc/include/asm/ |
| H A D | pgtable-levels.h | 131 #define pud_present(x) (pud_val(x)) macro
|
| /linux/arch/x86/kernel/ |
| H A D | espfix_64.c | 164 if (!pud_present(pud)) { in init_espfix_ap()
|
| /linux/arch/openrisc/mm/ |
| H A D | fault.c | 330 if (!pud_present(*pud_k)) in do_page_fault()
|
| /linux/arch/x86/mm/ |
| 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/arch/csky/mm/ |
| H A D | fault.c | 149 if (!pud_present(*pud_k)) { in vmalloc_fault()
|
| /linux/arch/mips/mm/ |
| H A D | fault.c | 306 if (!pud_present(*pud_k)) in __do_page_fault()
|
| /linux/arch/sh/kernel/ |
| H A D | io_trapped.c | 152 if (!pud_present(*pud_k)) in lookup_tiop()
|
| /linux/arch/m68k/include/asm/ |
| H A D | motorola_pgtable.h | 130 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
|
| /linux/arch/arm/include/asm/ |
| H A D | pgtable-3level.h | 116 #define pud_present(pud) (pud_val(pud)) macro
|
| /linux/arch/m68k/kernel/ |
| H A D | sys_m68k.c | 485 if (!pud_present(*pud)) in sys_atomic_cmpxchg_32()
|
| /linux/arch/riscv/mm/ |
| H A D | fault.c | 208 if (!pud_present(pudp_get(pud_k))) { in vmalloc_fault()
|
| /linux/Documentation/mm/ |
| H A D | arch_pgtable_helpers.rst | 164 | pud_present | Tests a valid mapped PUD |
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 294 #define pud_present(x) (pud_flag(x) & PxD_FLAG_PRESENT) macro
|