Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.c425 bool was_leaf = was_present && is_last_spte(old_spte, level); in handle_changed_spte() local
442 if (was_leaf && is_leaf && pfn_changed) { in handle_changed_spte()
489 if (is_leaf != was_leaf) in handle_changed_spte()
492 if (was_leaf && is_dirty_spte(old_spte) && in handle_changed_spte()
502 if (was_present && !was_leaf && in handle_changed_spte()
506 if (was_leaf && is_accessed_spte(old_spte) && in handle_changed_spte()