| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | pte-e500.h | 120 static inline int pud_leaf(pud_t pud) in pud_leaf() function 127 #define pud_leaf pud_leaf macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable-64.h | 192 #define pud_leaf pud_leaf macro 193 static inline bool pud_leaf(pud_t pud) in pud_leaf() function
|
| H A D | pgtable.h | 999 return pud_leaf(pud) && pud_user(pud); in pud_user_accessible_page() 1067 return pud_leaf(pud); in pud_trans_huge()
|
| /linux/include/asm-generic/ |
| H A D | pgtable-nopmd.h | 34 static inline int pud_leaf(pud_t pud) { return 0; } in pud_leaf() function
|
| /linux/mm/ |
| H A D | pagewalk.c | 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() 945 VM_WARN_ON_ONCE(!pud_present(pud) || pud_leaf(pud)); in folio_walk_start()
|
| H A D | ptdump.c | 91 if (pud_leaf(val)) { in ptdump_pud_entry()
|
| H A D | hmm.c | 505 if (pud_leaf(pud)) { in hmm_vma_walk_pud()
|
| H A D | mprotect.c | 553 if (pud_leaf(pud)) { in change_pud_range()
|
| /linux/arch/riscv/mm/ |
| H A D | fault.c | 59 if (pud_none(pud) || pud_bad(pud) || pud_leaf(pud)) in show_pte() 212 if (pud_leaf(pudp_get(pud_k))) in vmalloc_fault()
|
| /linux/arch/s390/mm/ |
| H A D | vmem.c | 330 if (pud_leaf(*pud)) { in modify_pud_table() 355 } else if (pud_leaf(*pud)) { in modify_pud_table() 610 } else if (WARN_ON_ONCE(pud_leaf(*pud))) { in vmem_get_alloc_pte()
|
| /linux/arch/x86/power/ |
| H A D | hibernate.c | 177 if (pud_leaf(*pud)) { in relocate_restore_code()
|
| /linux/arch/x86/mm/ |
| H A D | pgtable.c | 644 if (pud_present(*pud) && !pud_leaf(*pud)) in pud_set_huge() 694 if (pud_leaf(*pud)) { in pud_clear_huge()
|
| H A D | pti.c | 227 if (pud_leaf(*pud)) { in pti_user_pagetable_walk_pmd()
|
| H A D | fault.c | 380 if (!pud_present(*pud) || pud_leaf(*pud)) in dump_pagetable() 1017 if (pud_leaf(*pud)) in spurious_kernel_fault()
|
| H A D | kasan_init_64.c | 117 if (!pud_leaf(*pud)) in kasan_populate_p4d()
|
| /linux/arch/sparc/include/asm/ |
| H A D | pgtable_64.h | 869 #define pud_leaf pud_leaf macro 870 static inline bool pud_leaf(pud_t pud) in pud_leaf() function
|
| /linux/arch/riscv/kernel/ |
| H A D | hibernate.c | 261 if (pud_leaf(pud)) { in temp_pgtable_map_pud()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu_radix.c | 535 if (pud_leaf(*p)) { in kvmppc_unmap_free_pud() 638 if (pud && pud_present(*pud) && !pud_leaf(*pud)) in kvmppc_create_pte() 661 if (pud_leaf(*pud)) { in kvmppc_create_pte()
|
| /linux/Documentation/mm/ |
| H A D | arch_pgtable_helpers.rst | 160 | pud_leaf | Tests a leaf mapped PUD |
|
| /linux/mm/kasan/ |
| H A D | shadow.c | 202 if (pud_leaf(*pud)) in shadow_mapped()
|
| /linux/include/linux/ |
| H A D | pgtable.h | 2270 #ifndef pud_leaf 2271 #define pud_leaf(x) false macro
|
| /linux/arch/s390/boot/ |
| H A D | vmem.c | 409 } else if (pud_leaf(*pud)) { in pgtable_pud_populate()
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 709 if (pud_leaf(pud)) { in split_kernel_leaf_mapping_locked() 837 if (pud_leaf(pud)) in split_to_ptes_pud_entry()
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 876 #define pud_leaf(pud) (pud_present(pud) && !pud_table(pud)) macro 878 #define pud_leaf(pud) false macro
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 1138 if (pud_leaf(*pud)) { in xen_cleanmfnmap_pud() 1920 if (pud_leaf(pud)) in xen_early_virt_to_phys()
|