Searched refs:pmd_present (Results 1 – 25 of 50) sorted by relevance
12
53 if (pmd && pmd_present(*pmd)) { in print_8xx_pte()94 if (pmd && pmd_present(*pmd)) { in get_8xx_pte()
201 if (!pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_page_fault()
83 if (pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_page_fault()
160 if (pmd_none(*pmd) || !pmd_present(*pmd)) in handle_tlbmiss()
123 if (!pmd_present(*pmd)) { in page_table_range_init()
91 if (!pmd_present(*pmd)) {392 if (!pmd_present(*pmd_k)) in do_page_fault()
21 #define pmd_present(x) (pmd_val(x)) macro
255 if (!pmd_present(*pmd) || pmd_large(*pmd)) goto ret; in dump_pagetable()295 if (!pmd_present(*pmd_k)) in vmalloc_sync_one()297 if (!pmd_present(*pmd)) { in vmalloc_sync_one()475 if (!pmd_present(*pmd)) in spurious_fault()
158 BTFIXUPDEF_CALL_CONST(int, pmd_present, pmd_t) in BTFIXUPDEF_CALL_CONST()167 #define pmd_present(pmd) BTFIXUP_CALL(pmd_present)(pmd) macro
92 #define pmd_present(x) (pmd_val((x)) & _PAGE_PRESENT) macro
225 if (!pmd_present(*pmd)) { in update_pmd_range()337 if (!pmd_present(*pmd)) { in flush_tlb_kernel_range_common()396 if (!pmd_present(*pmd)) in flush_tlb_page()
61 if (pmd_present(*pmd)) in huge_pte_offset()
234 if (!pmd_present(*pmd_k)) in do_page_fault()
361 if (pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_sparc_fault()
313 if (!pmd_present(*pmd_k)) in do_page_fault()
198 #define pmd_present(pmd) (pmd_val(pmd) != 0) macro442 if (pmd_present(*pm)) in find_linux_pte()
100 static inline int pmd_present(pmd_t pmd) in pmd_present() function
137 static inline int pmd_present(pmd_t pmd) in pmd_present() function
314 if (!pmd_present(*pmd_k)) in do_page_fault()
34 if (!pmd_present(*pmd)) in virt_to_pte()
139 if (!pmd_present(*pmd_k)) in lookup_tiop()
177 if (!pmd_present(*pmd_dir)) { in map_node()
104 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
146 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
68 #define pmd_present(pmd_entry) (pmd_val(pmd_entry) & _PAGE_PRESENT) macro