Searched refs:p4d_present (Results 1 – 25 of 40) sorted by relevance
12
54 if (!p4d_present(*p4d) || !p4d_present(*p4d_k)) in vmalloc_fault()
52 if (p4d_present(*p4d)) { in huge_pte_offset()
300 if (!p4d_present(*p4d_k)) in __do_page_fault()
44 if (p4d_present(*p4d)) { in huge_pte_offset()
58 #define p4d_present(p4d) (p4d_val(p4d) != 0) macro
290 static inline int p4d_present(p4d_t p4d) in p4d_present() function301 return !p4d_present(p4d); in p4d_bad()
49 if (!p4d_present(*p4d)) in handle_kernel_vaddr_fault()
62 if (p4d_present(*p4d)) { in huge_pte_offset()
75 if (p4d_present(*p4d)) { in ident_p4d_init()
195 if (!p4d_present(*p4d_k)) in vmalloc_sync_one()371 if (!p4d_present(*p4d) || p4d_large(*p4d)) in dump_pagetable()999 if (!p4d_present(*p4d)) in spurious_kernel_fault()
245 if (!p4d_present(*p4d_k)) in do_page_fault()
306 if (!p4d_present(*p4d)) { in update_p4d_range()383 if (!p4d_present(*p4d)) { in flush_tlb_kernel_range_common()474 if (!p4d_present(*p4d)) in flush_tlb_page()
325 if (!p4d_present(*p4d_k)) in do_page_fault()
109 #define p4d_present(x) (p4d_val(x)) macro
197 static inline int p4d_present(p4d_t p4d) in p4d_present() function
148 if (!p4d_present(*p4d_k)) in lookup_tiop()
147 if (!p4d_present(*p4d_k)) { in vmalloc_fault()
100 if (!p4d_present(*p4d)) in huge_pte_offset()
436 if (!p4d_present(*p4d)) in kernel_page_present()
32 if (!p4d_present(*p4d)) in virt_to_pte()
136 if (!p4d_present(*p4d_k)) in vmalloc_sync_one()
482 if (!p4d_present(*p4d)) in sys_atomic_cmpxchg_32()
224 if (p4d_present(*p4dp)) { in huge_pte_offset()
420 if (!p4d_present(*p4d)) in do_translation_fault()
253 #define p4d_present(p4d) (p4d_val(p4d) != 0UL) macro