| /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/mm/ |
| H A D | pagewalk.c | 212 if (pud_present(*pud) && pud_trans_huge(*pud)) in walk_pud_range() 218 else if (pud_leaf(*pud) || !pud_present(*pud)) in walk_pud_range() 916 (!pud_present(pud) || pud_leaf(pud))) { in folio_walk_start() 928 } else if (pud_present(pud) && !pud_leaf(pud)) { in folio_walk_start() 931 } else if (pud_present(pud)) { in folio_walk_start() 945 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/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/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 122 #define pud_present(pud) (pud_val(pud) != 0) macro
|
| /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()
|
| H A D | pgtable.c | 538 VM_WARN_ON_ONCE(!pud_present(*pudp)); in pudp_invalidate() 644 if (pud_present(*pud) && !pud_leaf(*pud)) in pud_set_huge()
|
| /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/um/kernel/ |
| H A D | tlb.c | 126 if (!pud_present(*pud)) { in update_pud_range()
|
| /linux/arch/arm/include/asm/ |
| H A D | pgtable-3level.h | 116 #define pud_present(pud) (pud_val(pud)) macro
|
| /linux/arch/um/kernel/skas/ |
| H A D | uaccess.c | 36 if (!pud_present(*pud)) in virt_to_pte()
|