Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dtdp_mmu.c250 bool was_leaf = was_present && is_last_spte(old_spte, level); in __handle_changed_spte() local
271 if (was_leaf && is_leaf && pfn_changed) { in __handle_changed_spte()
310 if (was_leaf && is_dirty_spte(old_spte) && in __handle_changed_spte()
318 if (was_present && !was_leaf && (pfn_changed || !is_present)) { in __handle_changed_spte()

Completed in 5 milliseconds