Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/mmu/
Dtdp_mmu.c360 bool pfn_changed; in handle_changed_spte_dirty_log() local
366 pfn_changed = spte_to_pfn(old_spte) != spte_to_pfn(new_spte); in handle_changed_spte_dirty_log()
368 if ((!is_writable_pte(old_spte) || pfn_changed) && in handle_changed_spte_dirty_log()
534 bool pfn_changed = spte_to_pfn(old_spte) != spte_to_pfn(new_spte); in __handle_changed_spte() local
549 if (was_leaf && is_leaf && pfn_changed) { in __handle_changed_spte()
600 (!is_present || !is_dirty_spte(new_spte) || pfn_changed)) in __handle_changed_spte()
610 (is_leaf || !is_present || WARN_ON_ONCE(pfn_changed))) in __handle_changed_spte()