Searched refs:pgd_none (Results 1 – 25 of 62) sorted by relevance
123
145 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()269 if (pgd_none(*pgd)) { in fill_p4d()351 if (pgd_none(*pgd)) { in set_pte_vaddr()398 if (pgd_none(*pgd)) { in __init_extra_mapping()1599 if (pgd_none(*pgd)) { in register_page_bootmem_memmap()
129 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()
36 if (pgd_none(*pgd)) { in set_pte_vaddr()
188 if (pgd_none(*pgd)) { in pti_user_pagetable_walk_p4d()336 if (WARN_ON(pgd_none(*pgd))) in pti_clone_pgtable()
118 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()
20 #define pgd_none(pgd) (0) macro
125 if (pgd_none(*pgd)) in load_ksp_mmu()
21 #define pgd_none(pgd) (0) macro
165 if (pgd_none(READ_ONCE(*dst_pgdp))) { in copy_p4d()195 if (pgd_none(READ_ONCE(*src_pgdp))) in copy_page_tables()
396 if (pgd_none(READ_ONCE(*pgdp))) in kernel_page_present()
10 if (unlikely(pgd_none(*pgd))) { in p4d_alloc_track()
21 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
281 if (pgd_none(READ_ONCE(*dst_pgdp))) { in temp_pgtable_map_p4d()324 if (pgd_none(pgd)) in temp_pgtable_mapping()
454 if (pgd_none(*pgd)) in modify_pagetable()456 } else if (pgd_none(*pgd)) { in modify_pagetable()585 if (pgd_none(*pgd)) { in vmem_get_alloc_pte()
125 if (pgd_none(pgd) || !pgd_present(pgd)) in gmap_helper_try_set_pte_unused()
65 if (!pgd_none(*pgd)) { in huge_pte_offset()
40 if (pgd_none (*pgd_k)) in handle_kernel_vaddr_fault()
174 if (pgd_none(pgdp_get(pgd))) in kernel_page_present()
138 if (!early && pgd_none(*pgdp)) { in kasan_pgd_populate()
34 if (unlikely(pgd_none(*pgd) || pgd_bad(*pgd))) in pin_page_for_write()
99 if (pgd_none(*pgd)) in cf_tlb_miss()
55 if (pgd_none(*pgd)) { in __get_pte_phys()
61 if (pgd_none(*pgd)) in show_pte()
222 if (pgd_none(*pgd)) in huge_pte_offset()
351 static inline int pgd_none(pgd_t pgd) in pgd_none() function