Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dtdp_mmu.c248 bool was_present = is_shadow_present_pte(old_spte); in __handle_changed_spte() local
250 bool was_leaf = was_present && is_last_spte(old_spte, level); in __handle_changed_spte()
293 if (!was_present && !is_present) { in __handle_changed_spte()
318 if (was_present && !was_leaf && (pfn_changed || !is_present)) { in __handle_changed_spte()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dtdp_mmu.c423 bool was_present = is_shadow_present_pte(old_spte); in handle_changed_spte() local
425 bool was_leaf = was_present && is_last_spte(old_spte, level); in handle_changed_spte()
469 if (!was_present && !is_present) { in handle_changed_spte()
502 if (was_present && !was_leaf && in handle_changed_spte()

Completed in 4 milliseconds