Searched refs:pgd_present (Results 1 – 25 of 39) sorted by relevance
12
150 if (pgd_none(*dir) || !pgd_present(*dir)) in handle_tlbmiss()152 if (!pgd_present(*dir)) in handle_tlbmiss()
64 if (!pgd_present(*pgd)) { in do_page_fault()65 if (!pgd_present(*pgd_k)) in do_page_fault()
18 #define pgd_present(pgd) (1) macro
151 static inline int pgd_present (pgd_t pgd) { return 1; } in pgd_present() function
234 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
11 #define pgd_present(pgd) (1) /* pages are always present on NO_MM */ macro
23 #define pgd_present(pgd) (1) macro
81 if (!pgd_present(kernel_pg_dir[i])) in kernel_ptr_table()144 if (!pgd_present(*pgd_dir)) { in map_node()
119 if (pgd_present(kernel_pg_dir[i])) in mem_init()
83 if (!pgd_present(*pgd)) {384 if (!pgd_present(*pgd_k)) in do_page_fault()
13 #define pgd_present(pgd) (1) macro
172 BTFIXUPDEF_CALL_CONST(int, pgd_present, pgd_t)177 #define pgd_present(pgd) BTFIXUP_CALL(pgd_present)(pgd) macro
103 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
96 if (pgd_present(*pgdp)) { in huge_pte_offset()
244 if (!pgd_present(*pgd)) goto ret; in dump_pagetable()279 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()464 if (!pgd_present(*pgd)) in spurious_fault()
270 if (!pgd_present(*pgd)) { in fix_range_common()303 if (!pgd_present(*pgd)) { in flush_tlb_kernel_range_common()388 if (!pgd_present(*pgd)) in flush_tlb_page()
57 if (pgd_present(*pgd)) { in huge_pte_offset()
223 if (!pgd_present(*pgd_k)) in do_page_fault()
351 if (!pgd_present(*pgd)) { in do_sparc_fault()352 if (!pgd_present(*pgd_k)) in do_sparc_fault()
194 if (!pgd_present(*pgd_k)) in do_page_fault()
296 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) macro314 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
305 if (!pgd_present(*pgd_k)) in do_page_fault()
26 if (!pgd_present(*pgd)) in virt_to_pte()
131 if (!pgd_present(*pgd_k)) in lookup_tiop()
190 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_PRESENT) macro