Searched refs:pfn_changed (Results 1 – 1 of 1) sorted by relevance
360 bool pfn_changed; in handle_changed_spte_dirty_log() local366 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() local549 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()