Searched refs:pud_present (Results 1 – 25 of 58) sorted by relevance
123
38 if (!pud_present(pud[i])) in free_pud()120 use_gbpage &= !pud_present(*pud); in ident_pud_init()130 if (pud_present(*pud)) { in ident_pud_init()
59 if (!pud_present(*pud) || !pud_present(*pud_k)) in vmalloc_fault()
49 #define pud_present(x) (pud_val(x)) macro
175 static inline int pud_present(pud_t pud) in pud_present() function187 return !pud_present(pud) || (pud_val(pud) & _PAGE_LEAF); in pud_bad()193 return pud_present(pud) && (pud_val(pud) & _PAGE_LEAF); in pud_leaf()
54 if (pud_present(*pud)) in huge_pte_offset()
306 if (!pud_present(*pud_k)) in __do_page_fault()
102 if (!pud_present(*pud)) in init_pointer_tables()
274 if (!pud_present(*pud)) in kernel_ptr_table()340 if (!pud_present(*pud_dir)) { in map_node()
46 if (pud_present(pudp_get(pud))) in huge_pte_offset()
54 if (!pud_present(pudp_get(pud))) in spurious_fault()
89 present = pud_present(__pud(rste)); in __rste_to_pte()243 if (pud_present(*pudp)) in huge_pte_offset()
195 static inline int pud_present(pud_t pud) in pud_present() function
141 if (!pud_present(*pud_k)) in vmalloc_sync_one()144 if (!pud_present(*pud)) in vmalloc_sync_one()
60 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
56 if (!pud_present(*pud)) in handle_kernel_vaddr_fault()
161 VM_WARN_ON_ONCE(!pud_present(*pudp)); in pudp_invalidate()
249 if (!pud_present(*pud_k)) in do_page_fault()
131 #define pud_present(x) (pud_val(x)) macro
330 if (!pud_present(*pud_k)) in do_page_fault()
164 if (!pud_present(pud)) { in init_espfix_ap()
122 #define pud_present(pud) (pud_val(pud) != 0) macro
149 if (!pud_present(*pud_k)) { in vmalloc_fault()
195 VM_WARN_ON_ONCE(!pud_present(*pudp)); in pudp_invalidate()225 VM_BUG_ON(!pud_present(*pudp)); in pudp_huge_get_and_clear_full()
126 if (!pud_present(*pud)) { in update_pud_range()
210 if (!pud_present(pud[i])) in kvm_mips_flush_gpa_pud()336 if (!pud_present(pud[i])) \
Completed in 38 milliseconds