Searched refs:pgd_present (Results 1 – 25 of 46) sorted by relevance
12
241 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
19 #define pgd_present(pgd) (1) macro
20 #define pgd_present(pgd) (1) macro
71 if (!pgd_present(pgd[i])) in kernel_ident_mapping_free()206 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
188 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()307 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable()366 if (!pgd_present(*pgd)) in dump_pagetable()1007 if (!pgd_present(*pgd)) in spurious_kernel_fault()
50 if (pgd_present(*pgd)) { in huge_pte_offset()
295 if (!pgd_present(*pgd_k)) in __do_page_fault()
23 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
42 if (pgd_present(pgdp_get(pgd))) { in huge_pte_offset()
46 if (!pgd_present(pgdp_get(pgd))) in spurious_fault()
281 if (!pgd_present(*pgd)) { in do_sparc_fault()282 if (!pgd_present(*pgd_k)) in do_sparc_fault()
359 static inline int pgd_present(pgd_t pgd) in pgd_present() function370 return !pgd_present(pgd); in pgd_bad()
42 if (!pgd_present(*pgd)) in handle_kernel_vaddr_fault()
239 if (!pgd_present(*pgd_k)) in do_page_fault()
47 if (!pgd_present(*pgd_k)) in vmalloc_fault()
90 if (!pgd_present(*pgd)) { in init_transition_pgtable()
141 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
239 if (!pgd_present(pgd[i])) in kvm_mips_flush_gpa_pgd()360 if (!pgd_present(pgd[i])) \
193 if (!pgd_present(*pgd)) { in um_tlb_sync()
144 if (!pgd_present(*pgd_k)) in lookup_tiop()
140 if (!pgd_present(pgdp_get(pgd_k))) { in vmalloc_fault()
215 if (!pgd_present(*pgd)) { in page_vma_mapped_walk()
28 if (!pgd_present(*pgd)) in virt_to_pte()
131 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
479 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
Completed in 42 milliseconds