Searched refs:pmd_present (Results 1 – 25 of 72) sorted by relevance
123
64 if (!pmd_present(*pmd) || !pmd_present(*pmd_k)) in vmalloc_fault()
112 if (!pmd_present(*pmd)) in init_pointer_tables()
20 if (!pmd_present(pmd[i])) in free_pmd()87 if (pmd_present(*pmd)) in ident_pmd_init()
207 if (pmd_present(*pmd) != pmd_present(*pmd_k)) in vmalloc_sync_one()210 if (!pmd_present(*pmd_k)) in vmalloc_sync_one()323 if (!low_pfn(pmd_pfn(*pmd)) || !pmd_present(*pmd) || pmd_leaf(*pmd)) in dump_pagetable()388 if (!pmd_present(*pmd) || pmd_leaf(*pmd)) in dump_pagetable()1023 if (!pmd_present(*pmd)) in spurious_kernel_fault()
108 if (!pmd_present(*pmdp)) { in map_kernel_page()
156 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
296 if (pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_sparc_fault()
184 VM_WARN_ON_ONCE(!pmd_present(*pmdp)); in pmdp_invalidate()206 VM_BUG_ON((pmd_present(*pmdp) && !pmd_trans_huge(*pmdp)) || in pmdp_huge_get_and_clear_full()207 !pmd_present(*pmdp)); in pmdp_huge_get_and_clear_full()
218 #define pmd_present(pmd) (pmd_val(pmd)) macro
149 if (!pmd_present(*pmd_k)) in vmalloc_sync_one()152 if (!pmd_present(*pmd)) in vmalloc_sync_one()
63 if (!pmd_present(*pmd)) in handle_kernel_vaddr_fault()
253 if (!pmd_present(*pmd_k)) in do_page_fault()
157 #define pmd_present(x) (pmd_val(x)) macro
336 if (!pmd_present(*pmd_k)) in do_page_fault()
176 if (!pmd_present(pmd)) { in init_espfix_ap()
104 #define pmd_present(pmd) (!pmd_none(pmd)) macro
214 static inline int pmd_present(pmd_t pmd) in pmd_present() function225 static inline int pmd_present(pmd_t pmd) in pmd_present() function238 return !pmd_present(pmd) || (pmd_val(pmd) & _PAGE_LEAF); in pmd_bad()244 return pmd_present(pmd) && (pmd_val(pmd) & _PAGE_LEAF); in pmd_leaf()
156 if (!pmd_present(*pmd_k)) { in vmalloc_fault()
175 if (!pmd_present(pmdp_get(pmd))) { in populate_kernel_pte()
58 if (!pmd_present(pmdp_get(pmd))) in spurious_fault()
143 static inline int pmd_present(pmd_t pmd) in pmd_present() function
119 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
209 if (pmd_present(*pmd)) { in get_pteptr()
103 if (!pmd_present(*pmd)) { in update_pmd_range()
199 static inline int pmd_present(pmd_t pmd) in pmd_present() function
Completed in 33 milliseconds