Searched refs:pgd_none (Results 1 – 25 of 56) sorted by relevance
123
140 if (pgd_none(*pgd_ref)) in sync_global_pgds_l5()153 if (!pgd_none(*pgd_ref) && !pgd_none(*pgd)) in sync_global_pgds_l5()156 if (pgd_none(*pgd)) in sync_global_pgds_l5()178 MAYBE_BUILD_BUG_ON(pgd_none(*pgd_ref)); in sync_global_pgds_l4()246 if (pgd_none(*pgd)) { in fill_p4d()328 if (pgd_none(*pgd)) { in set_pte_vaddr()375 if (pgd_none(*pgd)) { in __init_extra_mapping()1431 if (pgd_none(*pgd)) in kern_addr_valid()1644 if (pgd_none(*pgd)) { in register_page_bootmem_memmap()
130 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()
36 if (pgd_none(*pgd)) { in set_pte_vaddr()
181 if (pgd_none(*pgd)) { in pti_user_pagetable_walk_p4d()324 if (WARN_ON(pgd_none(*pgd))) in pti_clone_pgtable()
20 #define pgd_none(pgd) (0) macro
125 if (pgd_none(*pgd)) in load_ksp_mmu()
21 #define pgd_none(pgd) (0) macro
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
39 if (pgd_none (*pgd_k)) in handle_kernel_vaddr_fault()
86 if (!pgd_none(*pgd)) { in huge_pte_offset()
218 if (pgd_none(READ_ONCE(*pgdp))) in kernel_page_present()
184 if (pgd_none(READ_ONCE(*src_pgdp))) in copy_page_tables()
38 if (pgd_none(*pgd) || pgd_bad(*pgd)) in mapped_kernel_page_is_present()
458 if (pgd_none(*pgd)) in modify_pagetable()460 } else if (pgd_none(*pgd)) { in modify_pagetable()
173 if (pgd_none(*pgd)) in mark_kernel_pgd()
115 if (pgd_none(*pg_dir)) { in kasan_early_pgtable_populate()
109 if (pgd_none(*pgd)) { in cf_tlb_miss()
133 if (!early && pgd_none(*pgdp)) { in kasan_pgd_populate()
34 if (unlikely(pgd_none(*pgd) || pgd_bad(*pgd))) in pin_page_for_write()
37 if (pgd_none(*pgd)) in show_pte()
55 if (pgd_none(*pgd)) { in __get_pte_phys()
61 if (pgd_none(*pgd)) in show_pte()
306 BUG_ON(pgd_none(*pgd)); in assert_pte_locked()
154 if (pgd_none(*pgd)) in shadow_mapped()
Completed in 35 milliseconds