Searched refs:is_writable_pte (Results 1 – 5 of 5) sorted by relevance
226 if ((!is_writable_pte(old_spte) || pfn_changed) && in handle_changed_spte_dirty_log()227 is_writable_pte(new_spte)) { in handle_changed_spte_dirty_log()737 if (is_writable_pte(new_spte)) in age_gfn_range()909 if (is_writable_pte(iter.old_spte)) in clear_dirty_gfn_range()974 if (is_writable_pte(iter.old_spte)) in clear_dirty_pt_masked()
145 if (!can_unsync && is_writable_pte(old_spte)) in make_spte()
206 if (is_writable_pte(*sptep)) in audit_write_protection()
444 (is_writable_pte(spte) && (spte & shadow_dirty_mask) == 0)) in spte_has_volatile_bits()513 !is_writable_pte(new_spte)) in mmu_spte_update()620 if (is_writable_pte(spte)) in mmu_spte_age()1110 if (!is_writable_pte(spte) && in spte_write_protect()3007 if (is_writable_pte(new_spte) && !is_writable_pte(old_spte)) { in fast_pf_fix_direct_spte()3025 return is_writable_pte(spte); in is_access_allowed()
148 static inline int is_writable_pte(unsigned long pte) in is_writable_pte() function