| /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()
|
| /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/parisc/mm/ |
| H A D | hugetlbpage.c | 67 if (!p4d_none(*p4d)) { in huge_pte_offset()
|
| /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() 262 if (p4d_none(*p4d_k)) in vmalloc_fault()
|
| H A D | dump.c | 390 if (!p4d_none(*p4d)) { in walk_p4d()
|
| /linux/arch/loongarch/mm/ |
| H A D | pageattr.c | 180 if (p4d_none(p4dp_get(p4d))) in kernel_page_present()
|
| H A D | init.c | 167 if (p4d_none(p4dp_get(p4d))) { in populate_kernel_pte()
|
| /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/riscv/mm/ |
| H A D | fault.c | 53 if (p4d_none(p4d) || p4d_bad(p4d) || p4d_leaf(p4d)) in show_pte()
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 373 if (p4d_none(p4d)) { in alloc_init_pud() 1626 if (p4d_none(p4d)) in unmap_hotplug_p4d_range() 1792 if (p4d_none(p4d)) in free_empty_p4d_table() 1812 if (!p4d_none(READ_ONCE(p4dp[i]))) in free_empty_p4d_table()
|
| H A D | fault.c | 173 if (p4d_none(p4d) || p4d_bad(p4d)) in show_pte()
|
| /linux/arch/sparc/mm/ |
| H A D | fault_64.c | 92 if (p4d_none(*p4dp) || unlikely(p4d_bad(*p4dp))) in get_user_insn()
|
| /linux/arch/powerpc/mm/ptdump/ |
| H A D | hashpagetable.c | 450 if (!p4d_none(*p4d)) in walk_p4d()
|
| /linux/mm/kasan/ |
| H A D | shadow.c | 197 if (p4d_none(*p4d)) in shadow_mapped()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 164 static inline int p4d_none(p4d_t p4d) in p4d_none() function
|
| /linux/arch/loongarch/kvm/ |
| H A D | mmu.c | 706 if (p4d_none(p4d) || !p4d_present(p4d)) in host_pfn_mapping_level()
|
| /linux/arch/sparc/kernel/ |
| H A D | signal32.c | 321 if (p4d_none(*p4dp)) in flush_signal_insns()
|