Searched refs:pgd_present (Results 1 – 25 of 43) sorted by relevance
12
243 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
23 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
50 if (pgd_present(*pgd)) { in huge_pte_offset()
299 if (!pgd_present(*pgd_k)) in __do_page_fault()
285 if (!pgd_present(*pgd)) { in do_sparc_fault()286 if (!pgd_present(*pgd_k)) in do_sparc_fault()
184 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()303 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable()362 if (!pgd_present(*pgd)) in dump_pagetable()1030 if (!pgd_present(*pgd)) in spurious_kernel_fault()
120 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
329 if (!pgd_present(*pgd)) { in fix_range_common()367 if (!pgd_present(*pgd)) { in flush_tlb_kernel_range_common()470 if (!pgd_present(*pgd)) in flush_tlb_page()
41 if (!pgd_present(*pgd)) in handle_kernel_vaddr_fault()
60 if (pgd_present(*pgd)) { in huge_pte_offset()
247 if (!pgd_present(*pgd_k)) in do_page_fault()
205 if (!pgd_present(*pgd_k)) in do_page_fault()
240 if (!pgd_present(pgd[i])) in kvm_mips_flush_gpa_pgd()361 if (!pgd_present(pgd[i])) \
142 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
218 if (!pgd_present(*pgd)) in kernel_page_present()
129 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
355 if (!pgd_present(*pgd_k)) in do_page_fault()
144 if (!pgd_present(*pgd_k)) in lookup_tiop()
198 if (!pgd_present(*pgd)) { in page_vma_mapped_walk()
28 if (!pgd_present(*pgd)) in virt_to_pte()
479 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
223 if (pgd_present(*pgdp)) { in huge_pte_offset()
131 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
Completed in 29 milliseconds