Searched refs:KVM_BUG_ON (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/arch/x86/kvm/mmu/ |
H A D | page_track.c | 85 if (KVM_BUG_ON(!kvm_page_track_write_tracking_enabled(kvm), kvm)) in __kvm_write_track_add_gfn() 108 if (KVM_BUG_ON(!kvm_page_track_write_tracking_enabled(kvm), kvm)) in __kvm_write_track_remove_gfn()
|
H A D | tdp_mmu.c | 89 KVM_BUG_ON(!is_tdp_mmu_page(root) || !root->role.invalid, kvm); in kvm_tdp_mmu_put_root() 876 KVM_BUG_ON(!root->role.invalid, kvm); in kvm_tdp_mmu_zap_invalidated_roots()
|
H A D | paging_tmpl.h | 358 if (KVM_BUG_ON(is_long_mode(vcpu) && !is_pae(vcpu), vcpu->kvm)) in FNAME()
|
H A D | mmu.c | 2183 if (KVM_BUG_ON(!vcpu, kvm)) in kvm_mmu_find_shadow_page() 5450 KVM_BUG_ON(kvm_vcpu_has_run(vcpu), vcpu->kvm); in kvm_mmu_after_set_cpuid() 5733 if (KVM_BUG_ON(r == RET_PF_INVALID, vcpu->kvm)) in kvm_mmu_page_fault()
|
/openbmc/linux/arch/arm64/kvm/vgic/ |
H A D | vgic.h | 153 if (KVM_BUG_ON(esize != sizeof(*eval), kvm)) in vgic_its_read_entry_lock() 165 if (KVM_BUG_ON(esize != sizeof(eval), kvm)) in vgic_its_write_entry_lock()
|
/openbmc/linux/virt/kvm/ |
H A D | pfncache.c | 362 if (KVM_BUG_ON(gpc->valid, kvm)) in kvm_gpc_activate()
|
H A D | kvm_main.c | 4019 if (KVM_BUG_ON(xa_store(&kvm->vcpu_array, vcpu->vcpu_idx, vcpu, 0), kvm)) { in kvm_vm_ioctl_create_vcpu()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | pmu_intel.c | 503 if (KVM_BUG_ON(lbr_desc->msr_passthrough, vcpu->kvm)) in intel_pmu_refresh()
|
H A D | vmx.c | 2514 KVM_BUG_ON(1, vcpu->kvm); in vmx_cache_reg() 3139 if (KVM_BUG_ON(efer & EFER_LMA, vcpu->kvm)) in vmx_set_efer() 5832 if (KVM_BUG_ON(!enable_vnmi, vcpu->kvm)) in handle_nmi_window() 6445 if (KVM_BUG_ON(vmx->nested.nested_run_pending, vcpu->kvm)) in __vmx_handle_exit() 6882 if (KVM_BUG_ON(!enable_apicv, vcpu->kvm)) in vmx_sync_pir_to_irr()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | pmu.c | 696 if (KVM_BUG_ON(kvm_vcpu_has_run(vcpu), vcpu->kvm)) in kvm_pmu_refresh()
|
H A D | hyperv.c | 478 if (KVM_BUG_ON(!lapic_in_kernel(vcpu), vcpu->kvm)) in synic_set_irq()
|
H A D | lapic.c | 1218 if (KVM_BUG_ON(!src, kvm)) { in kvm_irq_delivery_to_apic_fast()
|
H A D | x86.c | 13374 if (KVM_BUG_ON(!e, vcpu->kvm)) in kvm_handle_memory_failure()
|
/openbmc/linux/include/linux/ |
H A D | kvm_host.h | 861 #define KVM_BUG_ON(cond, kvm) \ macro
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 1034 KVM_BUG_ON(sev_es_guest(vcpu->kvm), vcpu->kvm); in svm_disable_lbrv() 1650 KVM_BUG_ON(1, vcpu->kvm); in svm_cache_reg()
|