Home
last modified time | relevance | path

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

12

/arch/m68k/include/asm/
A Dpgtable_no.h20 #define pgd_none(pgd) (0) macro
A Dmmu_context.h125 if (pgd_none(*pgd)) in load_ksp_mmu()
/arch/arm/include/asm/
A Dpgtable-nommu.h21 #define pgd_none(pgd) (0) macro
/arch/x86/mm/
A Dpgtable_32.c36 if (pgd_none(*pgd)) { in set_pte_vaddr()
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()
1588 if (pgd_none(*pgd)) { in register_page_bootmem_memmap()
A Dkasan_init_64.c129 if (pgd_none(*pgd)) { in kasan_populate_pgd()
211 if (pgd_none(*pgd)) { in kasan_early_p4d_populate()
274 if (pgd_none(*pgd)) { in kasan_shallow_populate_pgds()
A Dpti.c188 if (pgd_none(*pgd)) { in pti_user_pagetable_walk_p4d()
336 if (WARN_ON(pgd_none(*pgd))) in pti_clone_pgtable()
/arch/riscv/mm/
A Dkasan_init.c118 if (pgd_none(pgdp_get(pgd))) { in kasan_populate_p4d()
151 if (pgd_none(pgdp_get(pgdp)) && IS_ALIGNED(vaddr, PGDIR_SIZE) && in kasan_populate_pgd()
311 if (pgd_none(pgdp_get(pgdp)) && IS_ALIGNED(vaddr, PGDIR_SIZE) && in kasan_early_populate_pgd()
426 if (pgd_none(pgdp_get(pgd_k))) { in kasan_shallow_populate_pgd()
A Dfault.c47 if (pgd_none(pgd) || pgd_bad(pgd) || pgd_leaf(pgd)) in show_pte()
/arch/arm64/mm/
A Dtrans_pgd.c165 if (pgd_none(READ_ONCE(*dst_pgdp))) { in copy_p4d()
195 if (pgd_none(READ_ONCE(*src_pgdp))) in copy_page_tables()
A Dpageattr.c329 if (pgd_none(READ_ONCE(*pgdp))) in kernel_page_present()
/arch/riscv/kernel/
A Dhibernate.c281 if (pgd_none(READ_ONCE(*dst_pgdp))) { in temp_pgtable_map_p4d()
324 if (pgd_none(pgd)) in temp_pgtable_mapping()
/arch/parisc/mm/
A Dhugetlbpage.c65 if (!pgd_none(*pgd)) { in huge_pte_offset()
/arch/arc/mm/
A Dfault.c40 if (pgd_none (*pgd_k)) in handle_kernel_vaddr_fault()
/arch/s390/mm/
A Dvmem.c441 if (pgd_none(*pgd)) in modify_pagetable()
443 } else if (pgd_none(*pgd)) { in modify_pagetable()
572 if (pgd_none(*pgd)) { in vmem_get_alloc_pte()
/arch/arm/mm/
A Dkasan_init.c138 if (!early && pgd_none(*pgdp)) { in kasan_pgd_populate()
/arch/loongarch/mm/
A Dpageattr.c174 if (pgd_none(pgdp_get(pgd))) in kernel_page_present()
/arch/arm/lib/
A Duaccess_with_memcpy.c34 if (unlikely(pgd_none(*pgd) || pgd_bad(*pgd))) in pin_page_for_write()
/arch/m68k/mm/
A Dmcfmmu.c102 if (pgd_none(*pgd)) in cf_tlb_miss()
/arch/sparc/mm/
A Dhugetlbpage.c202 if (pgd_none(*pgd)) in huge_pte_offset()
A Dfault_64.c89 if (pgd_none(*pgdp) || unlikely(pgd_bad(*pgdp))) in get_user_insn()
/arch/sh/mm/
A Dinit.c55 if (pgd_none(*pgd)) { in __get_pte_phys()
A Dfault.c61 if (pgd_none(*pgd)) in show_pte()
/arch/riscv/include/asm/
A Dpgtable-64.h349 static inline int pgd_none(pgd_t pgd) in pgd_none() function
/arch/parisc/kernel/
A Dpci-dma.c196 if (pgd_none(*dir)) in unmap_uncached_pmd()

Completed in 37 milliseconds

12