Searched refs:is_writable_pte (Results 1 – 4 of 4) sorted by relevance
122 if (!is_writable_pte(spte) && is_mmu_writable_spte(spte)) in spte_has_volatile_bits()130 (is_writable_pte(spte) && !(spte & shadow_dirty_mask))) in spte_has_volatile_bits()214 if (is_writable_pte(old_spte)) in make_spte()
428 static inline bool is_writable_pte(unsigned long pte) in is_writable_pte() function441 WARN_ONCE(is_writable_pte(spte), in check_spte_writable_invariants()
359 if ((!is_writable_pte(old_spte) || pfn_changed) && in handle_changed_spte_dirty_log()360 is_writable_pte(new_spte)) { in handle_changed_spte_dirty_log()1284 if (is_writable_pte(new_spte)) in age_gfn_range()1625 if (is_writable_pte(iter.old_spte)) in clear_dirty_gfn_range()1695 if (is_writable_pte(iter.old_spte)) in clear_dirty_pt_masked()
526 !is_writable_pte(new_spte)) in mmu_spte_update()622 if (is_writable_pte(spte)) in mmu_spte_age()1222 if (!is_writable_pte(spte) && in spte_write_protect()3326 if (is_writable_pte(new_spte) && !is_writable_pte(old_spte)) in fast_pf_fix_direct_spte()3338 return is_writable_pte(spte); in is_access_allowed()
Completed in 21 milliseconds