Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/mmu/
Dtdp_mmu.c185 if ((!is_writable_pte(old_spte) || pfn_changed) && in handle_changed_spte_dirty_log()
186 is_writable_pte(new_spte)) { in handle_changed_spte_dirty_log()
692 if (is_writable_pte(new_spte)) in age_gfn_range()
865 if (is_writable_pte(iter.old_spte)) in clear_dirty_gfn_range()
940 if (is_writable_pte(iter.old_spte)) in clear_dirty_pt_masked()
1111 if (!is_writable_pte(iter.old_spte)) in write_protect_gfn()
Dspte.c145 if (!can_unsync && is_writable_pte(old_spte)) in make_spte()
Dmmu_audit.c206 if (is_writable_pte(*sptep)) in audit_write_protection()
Dmmu.c448 (is_writable_pte(spte) && (spte & shadow_dirty_mask) == 0)) in spte_has_volatile_bits()
517 !is_writable_pte(new_spte)) in mmu_spte_update()
624 if (is_writable_pte(spte)) in mmu_spte_age()
1114 if (!is_writable_pte(spte) && in spte_write_protect()
3018 if (is_writable_pte(new_spte) && !is_writable_pte(old_spte)) { in fast_pf_fix_direct_spte()
3036 return is_writable_pte(spte); in is_access_allowed()
/Linux-v5.10/arch/x86/kvm/
Dmmu.h148 static inline int is_writable_pte(unsigned long pte) in is_writable_pte() function