Home
last modified time | relevance | path

Searched refs:pgd_none (Results 1 – 25 of 58) sorted by relevance

123

/openbmc/linux/arch/m68k/include/asm/
H A Dpgtable_no.h20 #define pgd_none(pgd) (0) macro
H A Dmmu_context.h125 if (pgd_none(*pgd)) in load_ksp_mmu()
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h21 #define pgd_none(pgd) (0) macro
/openbmc/linux/arch/x86/mm/
H A Dinit_64.c145 if (pgd_none(*pgd_ref)) in sync_global_pgds_l5()
158 if (!pgd_none(*pgd_ref) && !pgd_none(*pgd)) in sync_global_pgds_l5()
161 if (pgd_none(*pgd)) in sync_global_pgds_l5()
183 MAYBE_BUILD_BUG_ON(pgd_none(*pgd_ref)); in sync_global_pgds_l4()
251 if (pgd_none(*pgd)) { in fill_p4d()
333 if (pgd_none(*pgd)) { in set_pte_vaddr()
380 if (pgd_none(*pgd)) { in __init_extra_mapping()
1576 if (pgd_none(*pgd)) { in register_page_bootmem_memmap()
H A Dpgtable_32.c36 if (pgd_none(*pgd)) { in set_pte_vaddr()
H A Dkasan_init_64.c130 if (pgd_none(*pgd)) { in kasan_populate_pgd()
212 if (pgd_none(*pgd)) { in kasan_early_p4d_populate()
275 if (pgd_none(*pgd)) { in kasan_shallow_populate_pgds()
H A Dpti.c181 if (pgd_none(*pgd)) { in pti_user_pagetable_walk_p4d()
324 if (WARN_ON(pgd_none(*pgd))) in pti_clone_pgtable()
/openbmc/linux/arch/riscv/mm/
H A Dkasan_init.c116 if (pgd_none(*pgd)) { in kasan_populate_p4d()
148 if (pgd_none(*pgdp) && IS_ALIGNED(vaddr, PGDIR_SIZE) && in kasan_populate_pgd()
308 if (pgd_none(*pgdp) && IS_ALIGNED(vaddr, PGDIR_SIZE) && in kasan_early_populate_pgd()
423 if (pgd_none(*pgd_k)) { in kasan_shallow_populate_pgd()
/openbmc/linux/mm/
H A Dpgalloc-track.h10 if (unlikely(pgd_none(*pgd))) { in p4d_alloc_track()
/openbmc/linux/include/asm-generic/
H A Dpgtable-nop4d.h21 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
/openbmc/linux/arch/riscv/kernel/
H A Dhibernate.c281 if (pgd_none(READ_ONCE(*dst_pgdp))) { in temp_pgtable_map_p4d()
324 if (pgd_none(pgd)) in temp_pgtable_mapping()
/openbmc/linux/arch/s390/mm/
H A Dvmem.c439 if (pgd_none(*pgd)) in modify_pagetable()
441 } else if (pgd_none(*pgd)) { in modify_pagetable()
564 if (pgd_none(*pgd)) { in vmem_get_alloc_pte()
H A Dpage-states.c163 if (pgd_none(*pgd)) in mark_kernel_pgd()
/openbmc/linux/arch/arc/mm/
H A Dfault.c40 if (pgd_none (*pgd_k)) in handle_kernel_vaddr_fault()
/openbmc/linux/arch/parisc/mm/
H A Dhugetlbpage.c86 if (!pgd_none(*pgd)) { in huge_pte_offset()
/openbmc/linux/arch/ia64/mm/
H A Dfault.c38 if (pgd_none(*pgd) || pgd_bad(*pgd)) in mapped_kernel_page_is_present()
/openbmc/linux/arch/arm64/mm/
H A Dpageattr.c223 if (pgd_none(READ_ONCE(*pgdp))) in kernel_page_present()
H A Dtrans_pgd.c186 if (pgd_none(READ_ONCE(*src_pgdp))) in copy_page_tables()
/openbmc/linux/arch/arm/mm/
H A Dkasan_init.c132 if (!early && pgd_none(*pgdp)) { in kasan_pgd_populate()
/openbmc/linux/arch/arm/lib/
H A Duaccess_with_memcpy.c34 if (unlikely(pgd_none(*pgd) || pgd_bad(*pgd))) in pin_page_for_write()
/openbmc/linux/arch/m68k/mm/
H A Dmcfmmu.c109 if (pgd_none(*pgd)) in cf_tlb_miss()
/openbmc/linux/arch/sh/mm/
H A Dinit.c55 if (pgd_none(*pgd)) { in __get_pte_phys()
H A Dfault.c61 if (pgd_none(*pgd)) in show_pte()
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable-64.h355 static inline int pgd_none(pgd_t pgd) in pgd_none() function
/openbmc/linux/arch/powerpc/lib/
H A Dcode-patching.c255 if (WARN_ON(pgd_none(*pgdp))) in unmap_patch_area()

123