Searched refs:pmd_present (Results 1 – 25 of 71) sorted by relevance
123
222 if (!pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_page_fault()
115 if (!pmd_present(*pmd)) in init_pointer_tables()
374 if (!pmd_present(*pmd_k)) in do_page_fault()377 if (!pmd_present(*pmd)) in do_page_fault()
182 static inline int pmd_present(pmd_t pmd) in pmd_present() function193 static inline int pmd_present(pmd_t pmd) in pmd_present() function206 return !pmd_present(pmd) || (pmd_val(pmd) & _PAGE_LEAF); in pmd_bad()212 return pmd_present(pmd) && (pmd_val(pmd) & _PAGE_LEAF); in pmd_leaf()
107 if (!pmd_present(*pmdp)) { in map_kernel_page()
205 if (pmd_present(*pmd) != pmd_present(*pmd_k)) in vmalloc_sync_one()208 if (!pmd_present(*pmd_k)) in vmalloc_sync_one()321 if (!low_pfn(pmd_pfn(*pmd)) || !pmd_present(*pmd) || pmd_large(*pmd)) in dump_pagetable()386 if (!pmd_present(*pmd) || pmd_large(*pmd)) in dump_pagetable()1048 if (!pmd_present(*pmd)) in spurious_kernel_fault()
14 if (pmd_present(*pmd)) in ident_pmd_init()
214 #define pmd_present(pmd) (pmd_val(pmd)) macro
301 if (pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_sparc_fault()
149 if (!pmd_present(*pmd_k)) in vmalloc_sync_one()152 if (!pmd_present(*pmd)) in vmalloc_sync_one()
62 if (!pmd_present(*pmd)) in handle_kernel_vaddr_fault()
128 VM_BUG_ON((pmd_present(*pmdp) && !pmd_trans_huge(*pmdp) && in pmdp_huge_get_and_clear_full()129 !pmd_devmap(*pmdp)) || !pmd_present(*pmdp)); in pmdp_huge_get_and_clear_full()
66 if (pmd_present(*pmd)) in huge_pte_offset()
178 if (!pmd_present(pmd)) { in init_espfix_ap()
261 if (!pmd_present(*pmd_k)) in do_page_fault()
337 if (!pmd_present(*pmd_k)) in do_page_fault()
161 #define pmd_present(x) (pmd_val(x)) macro
262 if (!pmd_present(*pmd)) { in update_pmd_range()415 if (!pmd_present(*pmd)) { in flush_tlb_kernel_range_common()482 if (!pmd_present(*pmd)) in flush_tlb_page()
143 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
144 static inline int pmd_present(pmd_t pmd) in pmd_present() function
208 if (pmd_present(*pmd)) { in get_pteptr()
236 if (!pmd_present(*pmd)) in kernel_page_present()
157 if (!pmd_present(*pmd_k)) { in vmalloc_fault()
315 if (!pmd_present(*pmd_k)) in __do_page_fault()
177 static inline int pmd_present(pmd_t pmd) in pmd_present() function