Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dkvm_host.h669 #define KVM_BUG_ON(cond, kvm) \ macro
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c2278 KVM_BUG_ON(1, vcpu->kvm); in vmx_cache_reg()
5351 if (KVM_BUG_ON(!enable_vnmi, vcpu->kvm)) in handle_nmi_window()
5915 if (KVM_BUG_ON(vmx->nested.nested_run_pending, vcpu->kvm)) in __vmx_handle_exit()
6293 if (KVM_BUG_ON(!vcpu->arch.apicv_active, vcpu->kvm)) in vmx_sync_pir_to_irr()
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.c1528 KVM_BUG_ON(1, vcpu->kvm); in svm_cache_reg()
/Linux-v5.15/arch/x86/kvm/mmu/
Dmmu.c5289 if (KVM_BUG_ON(r == RET_PF_INVALID, vcpu->kvm)) in kvm_mmu_page_fault()