Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/mmu/
Dspte.h276 static inline bool is_shadow_present_pte(u64 pte) in is_shadow_present_pte() function
306 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_ad_enabled()
312 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_ad_need_write_protect()
323 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_shadow_accessed_mask()
329 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_shadow_dirty_mask()
Dtdp_mmu.c384 if (!is_shadow_present_pte(old_spte)) in handle_removed_pt()
445 bool was_present = is_shadow_present_pte(old_spte); in handle_changed_spte()
446 bool is_present = is_shadow_present_pte(new_spte); in handle_changed_spte()
683 if (!is_shadow_present_pte(_iter.old_spte) || \
760 if (!is_shadow_present_pte(iter.old_spte)) in __tdp_mmu_zap_root()
832 if (WARN_ON_ONCE(!is_shadow_present_pte(old_spte))) in kvm_tdp_mmu_zap_sp()
866 if (!is_shadow_present_pte(iter.old_spte) || in tdp_mmu_zap_leafs()
1040 else if (is_shadow_present_pte(iter->old_spte) && in tdp_mmu_map_handle_target_level()
1135 if (is_shadow_present_pte(iter.old_spte) && in kvm_tdp_mmu_map()
1148 if (is_shadow_present_pte(iter.old_spte)) in kvm_tdp_mmu_map()
[all …]
Dtdp_iter.h48 return is_shadow_present_pte(old_spte) && in kvm_tdp_mmu_spte_need_atomic_write()
Dtdp_iter.c68 if (!is_shadow_present_pte(spte) || is_last_spte(spte, level)) in spte_to_child_pt()
Dmmu.c372 if (is_shadow_present_pte(spte)) in count_spte_clear()
484 WARN_ON_ONCE(is_shadow_present_pte(*sptep)); in mmu_spte_set()
496 WARN_ON_ONCE(!is_shadow_present_pte(new_spte)); in mmu_spte_update_no_track()
499 if (!is_shadow_present_pte(old_spte)) { in mmu_spte_update_no_track()
528 if (!is_shadow_present_pte(old_spte)) in mmu_spte_update()
571 if (!is_shadow_present_pte(old_spte) || in mmu_spte_clear_track_bits()
577 if (!is_shadow_present_pte(old_spte)) in mmu_spte_clear_track_bits()
1141 BUG_ON(!is_shadow_present_pte(*sptep)); in rmap_get_first()
1174 BUG_ON(!is_shadow_present_pte(*sptep)); in rmap_get_next()
1186 if (is_shadow_present_pte(old_spte)) in drop_spte()
[all …]
Dspte.c299 KVM_BUG_ON(!is_shadow_present_pte(huge_spte) || !is_large_pte(huge_spte), kvm); in make_huge_page_split_spte()
Dpaging_tmpl.h614 if (is_shadow_present_pte(*spte)) in FNAME()