Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dmmu_internal.h12 #define KVM_MMU_WARN_ON(x) WARN_ON_ONCE(x) macro
14 #define KVM_MMU_WARN_ON(x) BUILD_BUG_ON_INVALID(x) macro
H A Dspte.h328 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_ad_enabled()
334 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_ad_need_write_protect()
H A Dtdp_mmu.c44 KVM_MMU_WARN_ON(atomic64_read(&kvm->arch.tdp_mmu_pages)); in kvm_mmu_uninit_tdp_mmu()
819 KVM_MMU_WARN_ON(iter->yielded); in tdp_mmu_iter_cond_resched()
1271 KVM_MMU_WARN_ON(!root || root->role.invalid); in kvm_tdp_mmu_map()
1686 KVM_MMU_WARN_ON(dbit == shadow_dirty_mask && in clear_dirty_gfn_range()
1730 KVM_MMU_WARN_ON(dbit == shadow_dirty_mask && in clear_dirty_pt_masked()
H A Dspte.c311 KVM_MMU_WARN_ON(set & clear); in modify_spte_protections()
H A Dmmu.c339 KVM_MMU_WARN_ON(is_ept_ve_possible(spte)); in __set_spte()
345 KVM_MMU_WARN_ON(is_ept_ve_possible(spte)); in __update_clear_spte_fast()
351 KVM_MMU_WARN_ON(is_ept_ve_possible(spte)); in __update_clear_spte_slow()
950 KVM_MMU_WARN_ON(val & KVM_RMAP_LOCKED); in __kvm_rmap_unlock()
998 KVM_MMU_WARN_ON(old_val != kvm_rmap_get(rmap_head)); in kvm_rmap_unlock_readonly()
1348 KVM_MMU_WARN_ON(!spte_ad_enabled(spte)); in spte_clear_dirty()
1799 if (KVM_MMU_WARN_ON(is_shadow_present_pte(sp->spt[i]))) in kvm_mmu_check_sptes_at_free()
3296 KVM_MMU_WARN_ON(order != KVM_HPAGE_GFN_SHIFT(PG_LEVEL_1G) && in kvm_max_level_for_order()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c3549 KVM_MMU_WARN_ON(root_to_sp(root_hpa) && in vmx_load_mmu_pgd()