Home
last modified time | relevance | path

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

/arch/x86/kvm/mmu/
Dspte.h258 static inline bool is_shadow_present_pte(u64 pte) in is_shadow_present_pte() function
281 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_ad_enabled()
287 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_ad_need_write_protect()
298 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_shadow_accessed_mask()
304 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_shadow_dirty_mask()
Dtdp_mmu.c362 if (!is_shadow_present_pte(old_spte)) in handle_removed_pt()
423 bool was_present = is_shadow_present_pte(old_spte); in handle_changed_spte()
424 bool is_present = is_shadow_present_pte(new_spte); in handle_changed_spte()
637 if (!is_shadow_present_pte(_iter.old_spte) || \
714 if (!is_shadow_present_pte(iter.old_spte)) in __tdp_mmu_zap_root()
775 if (WARN_ON_ONCE(!is_shadow_present_pte(old_spte))) in kvm_tdp_mmu_zap_sp()
809 if (!is_shadow_present_pte(iter.old_spte) || in tdp_mmu_zap_leafs()
975 else if (is_shadow_present_pte(iter->old_spte) && in tdp_mmu_map_handle_target_level()
1072 if (is_shadow_present_pte(iter.old_spte) && in kvm_tdp_mmu_map()
1085 if (is_shadow_present_pte(iter.old_spte)) in kvm_tdp_mmu_map()
[all …]
Dtdp_iter.h46 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.c373 if (is_shadow_present_pte(spte)) in count_spte_clear()
485 WARN_ON_ONCE(is_shadow_present_pte(*sptep)); in mmu_spte_set()
497 WARN_ON_ONCE(!is_shadow_present_pte(new_spte)); in mmu_spte_update_no_track()
500 if (!is_shadow_present_pte(old_spte)) { in mmu_spte_update_no_track()
529 if (!is_shadow_present_pte(old_spte)) in mmu_spte_update()
572 if (!is_shadow_present_pte(old_spte) || in mmu_spte_clear_track_bits()
578 if (!is_shadow_present_pte(old_spte)) in mmu_spte_clear_track_bits()
1148 BUG_ON(!is_shadow_present_pte(*sptep)); in rmap_get_first()
1181 BUG_ON(!is_shadow_present_pte(*sptep)); in rmap_get_next()
1193 if (is_shadow_present_pte(old_spte)) in drop_spte()
[all …]
Dspte.c279 if (WARN_ON_ONCE(!is_shadow_present_pte(huge_spte))) in make_huge_page_split_spte()
Dpaging_tmpl.h614 if (is_shadow_present_pte(*spte)) in FNAME()