Searched refs:pte_present (Results 1 – 25 of 55) sorted by relevance
123
115 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro174 return(pte_present(pte) && (pte_get_bits(pte, _PAGE_NEWPROT))); in pte_newprot()239 if(pte_present(pte)) in pte_mkuptodate()265 if(pte_present(*pteptr)) *pteptr = pte_mknewprot(*pteptr); in set_pte()283 if (pte_present(pte)) \
114 if (pte_none(entry) || !pte_present(entry)) in handle_vmalloc_fault()166 if (pte_none(entry) || !pte_present(entry)) in handle_tlbmiss()
117 if (!pte || !pte_present(*pte) || in __user_copy_pt()159 if (!pte || !pte_present(*pte)) in __dat_user_addr()237 if (!pte || !pte_present(*pte)) in strnlen_user_pt()302 if (!pte_from || !pte_present(*pte_from)) { in copy_in_user_pt()309 if (!pte_to || !pte_present(*pte_to) || !pte_write(*pte_to)) { in copy_in_user_pt()
254 if (!pte_present(*ptep) && pte_present(entry)) in set_huge_pte_at()273 if (pte_present(entry)) in huge_ptep_get_and_clear()
393 if (pte && pte_present(*pte) && !pte_exec(*pte)) in show_fault_oops()482 if (!pte_present(*pte)) in spurious_fault()520 if (!pte_present(*pte_k)) in vmalloc_fault()562 if (!pte_present(*pte_ref)) in vmalloc_fault()568 if (!pte_present(*pte) || pte_pfn(*pte) != pte_pfn(*pte_ref)) in vmalloc_fault()
45 if ((pte == NULL) || !pte_present(*pte) || in maybe_map()52 if (!pte_present(*pte)) in maybe_map()
89 if (!pte_present(pte)) in handle_mmu_bus_fault()
99 if (!pte_present(*pte))401 if (!pte_present(*pte_k)) in do_page_fault()
202 if (pte_present(*pte)) in update_pte_range()354 if (!pte_present(*pte) || pte_newpage(*pte)) { in flush_tlb_kernel_range_common()361 if (pte_present(*pte)) in flush_tlb_kernel_range_common()415 if (pte_present(*pte)) { in flush_tlb_page()
87 } while (!pte_present(*pte)); in handle_page_fault()
146 BTFIXUPDEF_CALL_CONST(int, pte_present, pte_t) in BTFIXUPDEF_CALL_CONST()154 #define pte_present(pte) BTFIXUP_CALL(pte_present)(pte) macro
594 static inline unsigned long pte_present(pte_t pte) in pte_present() function686 if (tlb_type != hypervisor && pte_present(pte)) { \
88 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
92 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro128 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
62 ret = pte_present(entry); in adjust_pte()
239 if (!pte_present(*pte_k)) in do_page_fault()
325 if (!pte_present(*pte_k)) in do_page_fault()
207 if (!pte_present(*pte_k)) in do_page_fault()
72 return pte_present(pte); in mapped_kernel_page_is_present()
184 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro368 if (pte_present(*ptep)) in set_pte_at()
540 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro703 WARN_ON(pte_present(*ptep)); in set_pte_at()
322 if (!pte_present(*pte_k)) in do_page_fault()
278 if (pte_present(*ptep)) { in do_page_fault()
269 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro341 (!pte_present(*ptep) || in set_pte()
187 if (!pte_present(*pte_dir)) in map_node()