Home
last modified time | relevance | path

Searched refs:p4d_none (Results 1 – 25 of 27) sorted by relevance

12

/linux/arch/x86/mm/
H A Dkasan_init_64.c108 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 Dpgtable_32.c41 if (p4d_none(*p4d)) { in set_pte_vaddr()
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h56 #define p4d_none(p4d) (!p4d_val(p4d)) macro
/linux/arch/riscv/kernel/
H A Dhibernate.c242 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 Dpgtable-4level.h66 #define p4d_none(x) (!(p4d_val(x) & ~_PAGE_NEEDSYNC)) macro
/linux/arch/arc/mm/
H A Dfault.c47 if (p4d_none(*p4d_k)) in handle_kernel_vaddr_fault()
/linux/arch/parisc/mm/
H A Dhugetlbpage.c67 if (!p4d_none(*p4d)) { in huge_pte_offset()
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h107 #define p4d_none(x) (!p4d_val(x)) macro
/linux/arch/arm/mm/
H A Dfault.c58 if (p4d_none(*p4d)) in show_pte()
262 if (p4d_none(*p4d_k)) in vmalloc_fault()
H A Ddump.c390 if (!p4d_none(*p4d)) { in walk_p4d()
/linux/arch/loongarch/mm/
H A Dpageattr.c180 if (p4d_none(p4dp_get(p4d))) in kernel_page_present()
H A Dinit.c167 if (p4d_none(p4dp_get(p4d))) { in populate_kernel_pte()
/linux/arch/m68k/include/asm/
H A Dmmu_context.h129 if (p4d_none(*p4d)) in load_ksp_mmu()
/linux/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c65 if (p4d_none(*p4d)) in hpte_flush_range()
/linux/arch/sh/mm/
H A Dfault.c74 if (p4d_none(*p4d)) in show_pte()
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h284 static inline int p4d_none(p4d_t p4d) in p4d_none() function
/linux/arch/riscv/mm/
H A Dfault.c53 if (p4d_none(p4d) || p4d_bad(p4d) || p4d_leaf(p4d)) in show_pte()
/linux/arch/arm64/mm/
H A Dmmu.c373 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 Dfault.c173 if (p4d_none(p4d) || p4d_bad(p4d)) in show_pte()
/linux/arch/sparc/mm/
H A Dfault_64.c92 if (p4d_none(*p4dp) || unlikely(p4d_bad(*p4dp))) in get_user_insn()
/linux/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c450 if (!p4d_none(*p4d)) in walk_p4d()
/linux/mm/kasan/
H A Dshadow.c197 if (p4d_none(*p4d)) in shadow_mapped()
/linux/arch/loongarch/include/asm/
H A Dpgtable.h164 static inline int p4d_none(p4d_t p4d) in p4d_none() function
/linux/arch/loongarch/kvm/
H A Dmmu.c706 if (p4d_none(p4d) || !p4d_present(p4d)) in host_pfn_mapping_level()
/linux/arch/sparc/kernel/
H A Dsignal32.c321 if (p4d_none(*p4dp)) in flush_signal_insns()

12