/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 | 190 #define pud_leaf pud_leaf macro 191 static inline bool pud_leaf(pud_t pud) in pud_leaf() function
|
H A D | pgtable.h | 798 return pud_leaf(pud) && pud_user(pud); in pud_user_accessible_page()
|
/linux/arch/x86/mm/ |
H A D | ident_map.c | 41 if (pud_leaf(pud[i])) in free_pud() 109 if (pud_leaf(*pud)) in ident_pud_init()
|
H A D | pgtable.c | 748 if (pud_present(*pud) && !pud_leaf(*pud)) in pud_set_huge() 794 if (pud_leaf(*pud)) { in pud_clear_huge()
|
H A D | pti.c | 220 if (pud_leaf(*pud)) { in pti_user_pagetable_walk_pmd()
|
H A D | kasan_init_64.c | 118 if (!pud_leaf(*pud)) in kasan_populate_p4d()
|
/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 | 220 else if (pud_leaf(*pud) || !pud_present(*pud)) in walk_pgd_range() 862 (!pud_present(pud) || pud_leaf(pud))) { in folio_walk_start() 878 } else if (!pud_leaf(pud)) { 891 VM_WARN_ON_ONCE(!pud_present(pud) || pud_leaf(pud));
|
H A D | ptdump.c | 90 if (pud_leaf(val)) { in ptdump_pud_entry()
|
H A D | hmm.c | 432 if (pud_leaf(pud) && pud_devmap(pud)) { in hmm_vma_walk_pud()
|
H A D | mprotect.c | 463 if (pud_leaf(pud)) { in change_pud_range()
|
/linux/arch/s390/mm/ |
H A D | vmem.c | 335 if (pud_leaf(*pud)) { in modify_pud_table() 356 } else if (pud_leaf(*pud)) { in modify_pud_table() 605 } else if (WARN_ON_ONCE(pud_leaf(*pud))) { in vmem_get_alloc_pte()
|
/linux/arch/x86/power/ |
H A D | hibernate.c | 173 if (pud_leaf(*pud)) { in relocate_restore_code()
|
/linux/arch/riscv/mm/ |
H A D | pgtable.c | 82 if (!pud_leaf(pudp_get(pud))) in pud_clear_huge()
|
H A D | fault.c | 157 if (pud_leaf(pudp_get(pud_k))) in vmalloc_fault()
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_64.h | 871 #define pud_leaf pud_leaf macro 872 static inline bool pud_leaf(pud_t pud) in pud_leaf() function
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 272 #define pud_leaf pud_leaf macro 273 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/mm/kasan/ |
H A D | shadow.c | 202 if (pud_leaf(*pud)) in shadow_mapped()
|
/linux/Documentation/mm/ |
H A D | arch_pgtable_helpers.rst | 168 | pud_leaf | Tests a leaf mapped PUD |
|
/linux/arch/s390/boot/ |
H A D | vmem.c | 370 } else if (pud_leaf(*pud)) { in pgtable_pud_populate()
|
/linux/arch/x86/mm/pat/ |
H A D | set_memory.c | 702 if (pud_leaf(*pud) || !pud_present(*pud)) in lookup_address_in_pgd_attr() 780 if (pud_none(*pud) || pud_leaf(*pud) || !pud_present(*pud)) in lookup_pmd_address() 1318 if (pud_leaf(*pud)) in unmap_pud_range()
|
/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 758 #define pud_leaf(pud) ((pud_val(pud) & _PAGE_HUGE) != 0) macro
|
/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 811 #define pud_leaf(pud) (pud_present(pud) && !pud_table(pud)) macro 813 #define pud_leaf(pud) false macro
|