Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/mmu/
Dspte.c142 if (!is_writable_pte(spte) && is_mmu_writable_spte(spte)) in spte_has_volatile_bits()
150 (is_writable_pte(spte) && !(spte & shadow_dirty_mask))) in spte_has_volatile_bits()
234 if (is_writable_pte(old_spte)) in make_spte()
Dspte.h466 static inline bool is_writable_pte(unsigned long pte) in is_writable_pte() function
479 WARN_ONCE(is_writable_pte(spte), in check_spte_writable_invariants()
Dmmu.c537 !is_writable_pte(new_spte)) in mmu_spte_update()
1220 if (!is_writable_pte(spte) && in spte_write_protect()
1647 if (is_writable_pte(spte)) in kvm_rmap_age_gfn_range()
3427 if (is_writable_pte(new_spte) && !is_writable_pte(old_spte)) in fast_pf_fix_direct_spte()
3439 return is_writable_pte(spte); in is_access_allowed()
Dtdp_mmu.c1253 if (is_writable_pte(iter->old_spte)) in age_gfn_range()