Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dspte.c122 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()
222 if (is_last_spte(old_spte, level) && is_writable_pte(old_spte)) in make_spte()
H A Dspte.h441 static inline bool is_writable_pte(unsigned long pte) in is_writable_pte() function
454 WARN_ONCE(is_writable_pte(spte), in check_spte_writable_invariants()
H A Dmmu.c538 !is_writable_pte(new_spte)) in mmu_spte_update()
634 if (is_writable_pte(spte)) in mmu_spte_age()
1227 if (!is_writable_pte(spte) && in spte_write_protect()
3380 if (is_writable_pte(new_spte) && !is_writable_pte(old_spte)) in fast_pf_fix_direct_spte()
3392 return is_writable_pte(spte); in is_access_allowed()
H A Dtdp_mmu.c1190 if (is_writable_pte(iter->old_spte)) in age_gfn_range()