Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dtdp_mmu.c342 if (is_accessed_spte(old_spte) && in handle_changed_spte_acc_track()
343 (!is_shadow_present_pte(new_spte) || !is_accessed_spte(new_spte) || in handle_changed_spte_acc_track()
1272 if (!is_accessed_spte(iter->old_spte)) in age_gfn_range()
1303 return is_accessed_spte(iter->old_spte); in test_age_gfn()
A Dspte.h320 static inline bool is_accessed_spte(u64 spte) in is_accessed_spte() function
A Dmmu.c534 if (is_accessed_spte(old_spte) && !is_accessed_spte(new_spte)) { in mmu_spte_update()
582 if (is_accessed_spte(old_spte)) in mmu_spte_clear_track_bits()
611 if (!is_accessed_spte(spte)) in mmu_spte_age()
1626 if (is_accessed_spte(*sptep)) in kvm_test_age_rmap()

Completed in 19 milliseconds