Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/mmu/
Dtdp_mmu.c246 if ((!is_writable_pte(old_spte) || pfn_changed) && in handle_changed_spte_dirty_log()
247 is_writable_pte(new_spte)) { in handle_changed_spte_dirty_log()
554 if (is_writable_pte(new_spte)) { in tdp_mmu_map_set_spte_atomic()
1141 if (is_writable_pte(new_spte)) in age_gfn_range()
1302 if (is_writable_pte(iter.old_spte)) in clear_dirty_gfn_range()
1378 if (is_writable_pte(iter.old_spte)) in clear_dirty_pt_masked()
1503 if (!is_writable_pte(iter.old_spte)) in write_protect_gfn()
Dspte.c153 if (!can_unsync && is_writable_pte(old_spte)) in make_spte()
Dmmu_audit.c206 if (is_writable_pte(*sptep)) in audit_write_protection()
Dmmu.c506 (is_writable_pte(spte) && (spte & shadow_dirty_mask) == 0)) in spte_has_volatile_bits()
575 !is_writable_pte(new_spte)) in mmu_spte_update()
685 if (is_writable_pte(spte)) in mmu_spte_age()
1235 if (!is_writable_pte(spte) && in spte_write_protect()
3154 if (is_writable_pte(new_spte) && !is_writable_pte(old_spte)) { in fast_pf_fix_direct_spte()
3172 return is_writable_pte(spte); in is_access_allowed()
/Linux-v5.15/arch/x86/kvm/
Dmmu.h163 static inline bool is_writable_pte(unsigned long pte) in is_writable_pte() function