Searched refs:is_writable_pte (Results 1 – 5 of 5) sorted by relevance
247 if ((!is_writable_pte(old_spte) || pfn_changed) && in handle_changed_spte_dirty_log()248 is_writable_pte(new_spte)) { in handle_changed_spte_dirty_log()1093 if (is_writable_pte(new_spte)) in age_gfn_range()1253 if (is_writable_pte(iter.old_spte)) in clear_dirty_gfn_range()1328 if (is_writable_pte(iter.old_spte)) in clear_dirty_pt_masked()1445 if (!is_writable_pte(iter.old_spte)) in write_protect_gfn()
206 if (is_writable_pte(*sptep)) in audit_write_protection()
155 if (is_writable_pte(old_spte)) in make_spte()
510 (is_writable_pte(spte) && (spte & shadow_dirty_mask) == 0)) in spte_has_volatile_bits()579 !is_writable_pte(new_spte)) in mmu_spte_update()689 if (is_writable_pte(spte)) in mmu_spte_age()1225 if (!is_writable_pte(spte) && in spte_write_protect()3096 if (is_writable_pte(new_spte) && !is_writable_pte(old_spte)) in fast_pf_fix_direct_spte()3108 return is_writable_pte(spte); in is_access_allowed()
237 static inline bool is_writable_pte(unsigned long pte) in is_writable_pte() function
Completed in 21 milliseconds