Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dspte.h341 static inline bool is_dirty_spte(u64 spte) in is_dirty_spte() function
H A Dtdp_mmu.c492 if (was_leaf && is_dirty_spte(old_spte) && in handle_changed_spte()
493 (!is_present || !is_dirty_spte(new_spte) || pfn_changed)) in handle_changed_spte()
H A Dmmu.c551 if (is_dirty_spte(old_spte) && !is_dirty_spte(new_spte)) { in mmu_spte_update()
597 if (is_dirty_spte(old_spte)) in mmu_spte_clear_track_bits()