Home
last modified time | relevance | path

Searched refs:is_writable_pte (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/x86/kvm/mmu/
H A Dspte.h447 static inline bool is_writable_pte(unsigned long pte) in is_writable_pte() function
460 WARN_ONCE(is_writable_pte(spte), in check_spte_writable_invariants()
480 return is_writable_pte(spte); in is_access_allowed()
H A Dspte.c141 if (!is_writable_pte(spte) && is_mmu_writable_spte(spte)) in spte_needs_atomic_update()
157 return is_writable_pte(spte) && !(spte & shadow_dirty_mask); in spte_needs_atomic_update()
242 if ((!is_last_spte(old_spte, level) || !is_writable_pte(old_spte)) && in make_spte()
H A Dmmu.c1315 if (!is_writable_pte(spte) && in spte_write_protect()
3541 if (is_writable_pte(new_spte) && !is_writable_pte(old_spte)) in fast_pf_fix_direct_spte()