/linux/arch/x86/mm/ |
H A D | kasan_init_64.c | 109 if (p4d_none(*p4d)) { in kasan_populate_p4d() 222 if (!p4d_none(*p4d)) in kasan_early_p4d_populate() 228 } while (p4d++, addr = next, addr != end && p4d_none(*p4d)); in kasan_early_p4d_populate() 257 if (p4d_none(*p4d)) { in kasan_shallow_populate_p4ds()
|
H A D | pgtable_32.c | 41 if (p4d_none(*p4d)) { in set_pte_vaddr()
|
H A D | pti.c | 210 if (p4d_none(*p4d)) { in pti_user_pagetable_walk_pmd() 332 if (WARN_ON(p4d_none(*p4d))) in pti_clone_pgtable()
|
/linux/arch/riscv/mm/ |
H A D | kasan_init.c | 87 if (p4d_none(p4dp_get(p4d))) { in kasan_populate_pud() 128 if (p4d_none(p4dp_get(p4dp)) && IS_ALIGNED(vaddr, P4D_SIZE) && in kasan_populate_p4d() 290 if (p4d_none(p4dp_get(p4dp)) && IS_ALIGNED(vaddr, P4D_SIZE) && in kasan_early_populate_p4d() 407 if (p4d_none(p4dp_get(p4d_k))) { in kasan_shallow_populate_p4d()
|
/linux/arch/s390/mm/ |
H A D | vmem.c | 398 if (p4d_none(*p4d)) in modify_p4d_table() 400 } else if (p4d_none(*p4d)) { in modify_p4d_table() 424 if (!p4d_none(*p4d)) in try_free_p4d_table() 589 if (p4d_none(*p4d)) { in vmem_get_alloc_pte()
|
/linux/arch/arm64/mm/ |
H A D | trans_pgd.c | 129 if (p4d_none(READ_ONCE(*dst_p4dp))) { in copy_pud() 169 if (p4d_none(READ_ONCE(*src_p4dp))) in copy_p4d()
|
H A D | kasan_init.c | 92 if (p4d_none(READ_ONCE(*p4dp))) { in kasan_pud_offset() 165 } while (p4dp++, addr = next, addr != end && p4d_none(READ_ONCE(*p4dp))); in kasan_p4d_populate()
|
H A D | mmu.c | 335 if (p4d_none(p4d)) { in alloc_init_pud() 952 if (p4d_none(p4d)) in unmap_hotplug_p4d_range() 1114 if (p4d_none(p4d)) in free_empty_p4d_table() 1134 if (!p4d_none(READ_ONCE(p4dp[i]))) in free_empty_p4d_table()
|
/linux/mm/ |
H A D | pgalloc-track.h | 23 if (unlikely(p4d_none(*p4d))) { in pud_alloc_track()
|
/linux/include/asm-generic/ |
H A D | pgtable-nopud.h | 28 static inline int p4d_none(p4d_t p4d) { return 0; } in p4d_none() function
|
/linux/arch/powerpc/include/asm/nohash/64/ |
H A D | pgtable-4k.h | 56 #define p4d_none(p4d) (!p4d_val(p4d)) macro
|
/linux/arch/riscv/kernel/ |
H A D | hibernate.c | 242 if (p4d_none(READ_ONCE(*dst_p4dp))) { in temp_pgtable_map_pud() 297 if (p4d_none(p4d)) in temp_pgtable_map_p4d()
|
/linux/arch/um/include/asm/ |
H A D | pgtable-4level.h | 66 #define p4d_none(x) (!(p4d_val(x) & ~_PAGE_NEEDSYNC)) macro
|
/linux/arch/arc/mm/ |
H A D | fault.c | 47 if (p4d_none(*p4d_k)) in handle_kernel_vaddr_fault()
|
/linux/arch/arm/mm/ |
H A D | fault.c | 58 if (p4d_none(*p4d)) in show_pte() 488 if (p4d_none(*p4d_k)) in do_translation_fault()
|
/linux/mm/kasan/ |
H A D | init.c | 205 if (p4d_none(*p4d)) { in zero_p4d_populate() 338 if (!p4d_none(*p4d)) in kasan_free_pud()
|
H A D | shadow.c | 197 if (p4d_none(*p4d)) in shadow_mapped()
|
/linux/arch/arc/include/asm/ |
H A D | pgtable-levels.h | 107 #define p4d_none(x) (!p4d_val(x)) macro
|
/linux/arch/loongarch/mm/ |
H A D | init.c | 176 if (p4d_none(p4dp_get(p4d))) { in populate_kernel_pte()
|
/linux/arch/um/kernel/ |
H A D | mem.c | 139 if (p4d_none(*p4d)) in fixrange_init()
|
/linux/arch/m68k/include/asm/ |
H A D | mmu_context.h | 129 if (p4d_none(*p4d)) in load_ksp_mmu()
|
/linux/arch/m68k/mm/ |
H A D | mcfmmu.c | 112 if (p4d_none(*p4d)) in cf_tlb_miss()
|
/linux/arch/powerpc/mm/book3s64/ |
H A D | subpage_prot.c | 65 if (p4d_none(*p4d)) in hpte_flush_range()
|
/linux/arch/sh/mm/ |
H A D | fault.c | 74 if (p4d_none(*p4d)) in show_pte()
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable-64.h | 284 static inline int p4d_none(p4d_t p4d) in p4d_none() function
|