Home
last modified time | relevance | path

Searched refs:is_dirty_spte (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dspte.h219 static inline bool is_dirty_spte(u64 spte) in is_dirty_spte() function
H A Dtdp_mmu.c310 if (was_leaf && is_dirty_spte(old_spte) && in __handle_changed_spte()
311 (!is_dirty_spte(new_spte) || pfn_changed)) in __handle_changed_spte()
H A Dmmu.c526 if (is_dirty_spte(old_spte) && !is_dirty_spte(new_spte)) { in mmu_spte_update()
565 if (is_dirty_spte(old_spte)) in mmu_spte_clear_track_bits()
/kernel/linux/linux-6.6/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()

Completed in 23 milliseconds