Home
last modified time | relevance | path

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

12

/linux/arch/x86/mm/
H A Dkasan_init_64.c109 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 Dpgtable_32.c41 if (p4d_none(*p4d)) { in set_pte_vaddr()
H A Dpti.c210 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 Dkasan_init.c87 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 Dvmem.c390 if (p4d_none(*p4d)) in modify_p4d_table()
392 } else if (p4d_none(*p4d)) { in modify_p4d_table()
416 if (!p4d_none(*p4d)) in try_free_p4d_table()
581 if (p4d_none(*p4d)) { in vmem_get_alloc_pte()
/linux/arch/arm64/mm/
H A Dtrans_pgd.c129 if (p4d_none(READ_ONCE(*dst_p4dp))) { in copy_pud()
176 if (p4d_none(READ_ONCE(*src_p4dp))) in copy_p4d()
H A Dkasan_init.c92 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()
/linux/mm/
H A Dpgalloc-track.h23 if (unlikely(p4d_none(*p4d))) { in pud_alloc_track()
/linux/include/asm-generic/
H A Dpgtable-nopud.h28 static inline int p4d_none(p4d_t p4d) { return 0; } in p4d_none() function
/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/arm/mm/
H A Dfault.c58 if (p4d_none(*p4d)) in show_pte()
488 if (p4d_none(*p4d_k)) in do_translation_fault()
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h107 #define p4d_none(x) (!p4d_val(x)) macro
/linux/arch/loongarch/mm/
H A Dinit.c176 if (p4d_none(p4dp_get(p4d))) { in populate_kernel_pte()
H A Dpageattr.c180 if (p4d_none(p4dp_get(p4d))) in kernel_page_present()
/linux/arch/m68k/include/asm/
H A Dmmu_context.h129 if (p4d_none(*p4d)) in load_ksp_mmu()
/linux/arch/m68k/mm/
H A Dmcfmmu.c106 if (p4d_none(*p4d)) in cf_tlb_miss()
/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/sparc/mm/
H A Dhugetlbpage.c205 if (p4d_none(*p4d)) in huge_pte_offset()
H A Dfault_64.c92 if (p4d_none(*p4dp) || unlikely(p4d_bad(*p4dp))) in get_user_insn()

12