Searched refs:pud_present (Results 1 – 25 of 25) sorted by relevance
74 if (!pud_present(*pud)) { in do_page_fault()75 if (!pud_present(*pud_k)) in do_page_fault()
156 if (pud_none(*pud) || !pud_present(*pud)) in handle_tlbmiss()
285 if (pud_none(*pudp) || !pud_present(*pudp)) { in shmedia_mapioaddr()
58 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
98 if (pud_present(*pudp)) in huge_pte_offset()
249 if (!pud_present(*pud) || pud_large(*pud)) in dump_pagetable()290 if (!pud_present(*pud_k)) in vmalloc_sync_one()468 if (!pud_present(*pud)) in spurious_fault()
258 if (pud_large(*start) || !pud_present(*start)) in walk_pud_level()
160 if (pud_present(*pud)) { in huge_pte_offset()
302 if (pud_large(*pud) || !pud_present(*pud)) in lookup_address()
247 if (!pud_present(*pud)) { in update_pud_range()320 if (!pud_present(*pud)) { in flush_tlb_kernel_range_common()392 if (!pud_present(*pud)) in flush_tlb_page()
31 static inline int pud_present(pud_t pud) in pud_present() function
202 #define pud_present(pud) (pud_val((pud)) & _PAGE_PRESENT) macro
59 if (pud_present(*pud)) { in huge_pte_offset()
229 if (!pud_present(*pud_k)) in do_page_fault()
307 if (!pud_present(*pud_k)) in do_page_fault()
310 if (!pud_present(*pud_k)) in do_page_fault()
160 static inline int pud_present(pud_t pud) in pud_present() function
30 if (!pud_present(*pud)) in virt_to_pte()
135 if (!pud_present(*pud_k)) in lookup_tiop()
388 if (!pud_present(*pud_k)) in do_page_fault()
319 if (pud && pud_present(*pud)) { in get_pteptr()
445 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function478 static inline int pud_present(pud_t pud) in pud_present() function
207 #define pud_present(pud) (pud_val(pud) != 0) macro
283 #define pud_present(pud) (pud_val(pud) != 0UL) macro
631 #define pud_present(pud) (pud_val(pud) != 0U) macro