/openbmc/linux/arch/riscv/mm/ |
H A D | kasan_init.c | 56 if (pud_none(pudp_get(pud))) { in kasan_populate_pmd() 97 if (pud_none(pudp_get(pudp)) && IS_ALIGNED(vaddr, PUD_SIZE) && in kasan_populate_pud() 252 if (pud_none(pudp_get(pudp)) && IS_ALIGNED(vaddr, PUD_SIZE) && in kasan_early_populate_pud() 387 if (pud_none(pudp_get(pud_k))) { in kasan_shallow_populate_pud()
|
/openbmc/linux/arch/s390/mm/ |
H A D | vmem.c | 323 if (pud_none(*pud)) in modify_pud_table() 333 } else if (pud_none(*pud)) { in modify_pud_table() 369 if (!pud_none(*pud)) in try_free_pud_table() 582 if (pud_none(*pud)) { in vmem_get_alloc_pte()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | pgtable-3level.h | 48 #define pud_none(x) (!pud_val(x)) macro
|
/openbmc/linux/mm/ |
H A D | pgalloc-track.h | 36 if (unlikely(pud_none(*pud))) { in pmd_alloc_track()
|
H A D | mremap.c | 324 if (WARN_ON_ONCE(!pud_none(*new_pud))) in move_normal_pud() 340 VM_BUG_ON(!pud_none(*new_pud)); in move_normal_pud() 371 if (WARN_ON_ONCE(!pud_none(*new_pud))) in move_huge_pud() 387 VM_BUG_ON(!pud_none(*new_pud)); in move_huge_pud()
|
/openbmc/linux/arch/arm64/mm/ |
H A D | trans_pgd.c | 91 if (pud_none(READ_ONCE(*dst_pudp))) { in copy_pmd() 140 if (pud_none(pud)) in copy_pud()
|
H A D | kasan_init.c | 79 if (pud_none(READ_ONCE(*pudp))) { in kasan_pmd_offset() 140 } while (pudp++, addr = next, addr != end && pud_none(READ_ONCE(*pudp))); in kasan_pud_populate()
|
/openbmc/linux/arch/x86/mm/ |
H A D | pgtable_32.c | 46 if (pud_none(*pud)) { in set_pte_vaddr()
|
H A D | pti.c | 224 if (pud_none(*pud)) { in pti_user_pagetable_walk_pmd() 336 if (pud_none(*pud)) { in pti_clone_pgtable()
|
H A D | hugetlbpage.c | 41 return !pud_none(pud) && in pud_huge()
|
H A D | init_64.c | 275 if (pud_none(*pud)) { in fill_pmd() 392 if (pud_none(*pud)) { in __init_extra_mapping() 619 if (!pud_none(*pud)) { in phys_pud_init() 1052 if (!pud_none(*pud)) in free_pud_table() 1594 if (pud_none(*pud)) { in register_page_bootmem_memmap()
|
/openbmc/linux/include/asm-generic/ |
H A D | pgtable-nopmd.h | 30 static inline int pud_none(pud_t pud) { return 0; } in pud_none() function
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | hibernate.c | 203 if (pud_none(READ_ONCE(*dst_pudp))) { in temp_pgtable_map_pmd() 258 if (pud_none(pud)) in temp_pgtable_map_pud()
|
/openbmc/linux/arch/um/include/asm/ |
H A D | pgtable-3level.h | 55 #define pud_none(x) (!(pud_val(x) & ~_PAGE_NEWPAGE)) macro
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | book3e_pgtable.c | 103 if (pud_none(*pudp)) { in map_kernel_page()
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | pgtable.c | 346 BUG_ON(pud_none(*pud)); in assert_pte_locked() 435 if (pud_none(pud)) in __find_linux_pte()
|
/openbmc/linux/arch/arm/mm/ |
H A D | idmap.c | 40 if (!pud_none(*pud)) in idmap_add_pmd()
|
H A D | fault.c | 63 if (pud_none(*pud)) in show_pte() 426 if (pud_none(*pud_k)) in do_translation_fault()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | pgtable-2level.h | 185 static inline int pud_none(pud_t pud) in pud_none() function
|
/openbmc/linux/arch/arc/mm/ |
H A D | fault.c | 54 if (pud_none(*pud_k)) in handle_kernel_vaddr_fault()
|
/openbmc/linux/mm/kasan/ |
H A D | init.c | 165 if (pud_none(*pud)) { in zero_pud_populate() 329 if (!pud_none(*pud)) in kasan_free_pud()
|
/openbmc/linux/arch/parisc/mm/ |
H A D | hugetlbpage.c | 90 if (!pud_none(*pud)) { in huge_pte_offset()
|
/openbmc/linux/arch/ia64/mm/ |
H A D | fault.c | 46 if (pud_none(*pud) || pud_bad(*pud)) in mapped_kernel_page_is_present()
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | pgtable-levels.h | 129 #define pud_none(x) (!pud_val(x)) macro
|
/openbmc/linux/arch/x86/mm/pat/ |
H A D | set_memory.c | 697 if (pud_none(*pud)) in lookup_address_in_pgd_attr() 781 if (pud_none(*pud) || pud_leaf(*pud) || !pud_present(*pud)) in lookup_pmd_address() 1288 if (!pud_none(*pud)) in unmap_pmd_range() 1420 if (pud_none(*pud)) in populate_pmd() 1476 if (pud_none(*pud)) in populate_pud() 1513 if (pud_none(*pud)) in populate_pud()
|