Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/mmu/
Dtdp_mmu.c207 bool was_present = is_shadow_present_pte(old_spte); in __handle_changed_spte() local
209 bool was_leaf = was_present && is_last_spte(old_spte, level); in __handle_changed_spte()
252 if (!was_present && !is_present) { in __handle_changed_spte()
277 if (was_present && !was_leaf && (pfn_changed || !is_present)) { in __handle_changed_spte()