| /linux/arch/x86/mm/ |
| H A D | kasan_init_64.c | 108 if (p4d_none(*p4d)) { in kasan_populate_p4d() 221 if (!p4d_none(*p4d)) in kasan_early_p4d_populate() 227 } while (p4d++, addr = next, addr != end && p4d_none(*p4d)); in kasan_early_p4d_populate() 256 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 | 217 if (p4d_none(*p4d)) { in pti_user_pagetable_walk_pmd() 339 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()
|
| H A D | fault.c | 53 if (p4d_none(p4d) || p4d_bad(p4d) || p4d_leaf(p4d)) in show_pte()
|
| /linux/arch/s390/mm/ |
| H A D | vmem.c | 397 if (p4d_none(*p4d)) in modify_p4d_table() 399 } else if (p4d_none(*p4d)) { in modify_p4d_table() 423 if (!p4d_none(*p4d)) in try_free_p4d_table() 594 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() 176 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 | pageattr.c | 400 if (p4d_none(READ_ONCE(*p4dp))) in kernel_page_present()
|
| H A D | mmu.c | 360 if (p4d_none(p4d)) { in alloc_init_pud() 1545 if (p4d_none(p4d)) in unmap_hotplug_p4d_range() 1707 if (p4d_none(p4d)) in free_empty_p4d_table() 1727 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/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/powerpc/include/asm/nohash/64/ |
| H A D | pgtable-4k.h | 56 #define p4d_none(p4d) (!p4d_val(p4d)) macro
|
| /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/parisc/mm/ |
| H A D | hugetlbpage.c | 67 if (!p4d_none(*p4d)) { in huge_pte_offset()
|
| /linux/mm/kasan/ |
| H A D | init.c | 205 if (p4d_none(*p4d)) { in zero_p4d_populate() 336 if (!p4d_none(*p4d)) in kasan_free_p4d()
|
| /linux/arch/arc/include/asm/ |
| H A D | pgtable-levels.h | 107 #define p4d_none(x) (!p4d_val(x)) macro
|
| /linux/arch/arm/mm/ |
| H A D | fault.c | 58 if (p4d_none(*p4d)) in show_pte() 527 if (p4d_none(*p4d_k)) in do_translation_fault()
|
| /linux/arch/m68k/include/asm/ |
| H A D | mmu_context.h | 129 if (p4d_none(*p4d)) in load_ksp_mmu()
|
| /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
|
| /linux/arch/sparc/mm/ |
| H A D | fault_64.c | 92 if (p4d_none(*p4dp) || unlikely(p4d_bad(*p4dp))) in get_user_insn()
|