| /linux-6.15/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 | 202 if (!pud_present(*pud_k)) in vmalloc_sync_one() 381 if (!pud_present(*pud) || pud_leaf(*pud)) in dump_pagetable() 1017 if (!pud_present(*pud)) in spurious_kernel_fault()
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | pgtable-64.h | 175 static inline int pud_present(pud_t pud) in pud_present() function 187 return !pud_present(pud); in pud_bad() 193 return pud_present(pud) && (pud_val(pud) & _PAGE_LEAF); in pud_leaf()
|
| /linux-6.15/arch/xtensa/mm/ |
| H A D | fault.c | 59 if (!pud_present(*pud) || !pud_present(*pud_k)) in vmalloc_fault()
|
| /linux-6.15/arch/sh/include/asm/ |
| H A D | pgtable-3level.h | 49 #define pud_present(x) (pud_val(x)) macro
|
| /linux-6.15/arch/mips/mm/ |
| H A D | hugetlbpage.c | 54 if (pud_present(*pud)) in huge_pte_offset()
|
| /linux-6.15/mm/ |
| H A D | pagewalk.c | 213 if (pud_present(*pud) && in walk_pud_range() 220 else if (pud_leaf(*pud) || !pud_present(*pud)) in walk_pud_range() 862 (!pud_present(pud) || pud_leaf(pud))) { in folio_walk_start() 875 if (!pud_present(pud) || pud_devmap(pud) || pud_special(pud)) { in folio_walk_start() 891 VM_WARN_ON_ONCE(!pud_present(pud) || pud_leaf(pud)); in folio_walk_start()
|
| H A D | hmm.c | 404 if (!pud_present(pud)) in pud_to_hmm_pfn_flags() 427 if (!pud_present(pud)) { in hmm_vma_walk_pud()
|
| /linux-6.15/arch/m68k/mm/ |
| H A D | init.c | 102 if (!pud_present(*pud)) in init_pointer_tables()
|
| H A D | motorola.c | 271 if (!pud_present(*pud)) in kernel_ptr_table() 337 if (!pud_present(*pud_dir)) { in map_node()
|
| /linux-6.15/arch/s390/mm/ |
| H A D | hugetlbpage.c | 89 present = pud_present(__pud(rste)); in __rste_to_pte() 243 if (pud_present(*pudp)) in huge_pte_offset()
|
| /linux-6.15/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-6.15/arch/loongarch/mm/ |
| H A D | hugetlbpage.c | 46 if (pud_present(pudp_get(pud))) in huge_pte_offset()
|
| /linux-6.15/arch/powerpc/mm/book3s64/ |
| H A D | pgtable.c | 196 VM_WARN_ON_ONCE(!pud_present(*pudp)); in pudp_invalidate() 226 VM_BUG_ON((pud_present(*pudp) && !pud_devmap(*pudp)) || in pudp_huge_get_and_clear_full() 227 !pud_present(*pudp)); in pudp_huge_get_and_clear_full()
|
| /linux-6.15/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-6.15/arch/arm/include/asm/ |
| H A D | pgtable-2level.h | 195 static inline int pud_present(pud_t pud) in pud_present() function
|
| /linux-6.15/arch/um/include/asm/ |
| H A D | pgtable-4level.h | 60 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
|
| /linux-6.15/arch/arc/mm/ |
| H A D | fault.c | 56 if (!pud_present(*pud)) in handle_kernel_vaddr_fault()
|
| /linux-6.15/arch/nios2/mm/ |
| H A D | fault.c | 249 if (!pud_present(*pud_k)) in do_page_fault()
|
| /linux-6.15/arch/openrisc/mm/ |
| H A D | fault.c | 330 if (!pud_present(*pud_k)) in do_page_fault()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | espfix_64.c | 164 if (!pud_present(pud)) { in init_espfix_ap()
|
| /linux-6.15/arch/arc/include/asm/ |
| H A D | pgtable-levels.h | 131 #define pud_present(x) (pud_val(x)) macro
|
| /linux-6.15/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 122 #define pud_present(pud) (pud_val(pud) != 0) macro
|
| /linux-6.15/arch/csky/mm/ |
| H A D | fault.c | 149 if (!pud_present(*pud_k)) { in vmalloc_fault()
|
| /linux-6.15/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])) \
|