Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dspte.h328 static inline bool is_dirty_spte(u64 spte) in is_dirty_spte() function
A Dtdp_mmu.c595 if (was_leaf && is_dirty_spte(old_spte) && in __handle_changed_spte()
596 (!is_present || !is_dirty_spte(new_spte) || pfn_changed)) in __handle_changed_spte()
A Dmmu.c539 if (is_dirty_spte(old_spte) && !is_dirty_spte(new_spte)) { in mmu_spte_update()
585 if (is_dirty_spte(old_spte)) in mmu_spte_clear_track_bits()

Completed in 18 milliseconds