Searched refs:nested_vmx_fail (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | nested.c | 189 static int nested_vmx_fail(struct kvm_vcpu *vcpu, u32 vm_instruction_error) in nested_vmx_fail() function 3621 return nested_vmx_fail(vcpu, VMXERR_ENTRY_EVENTS_BLOCKED_BY_MOV_SS); in nested_vmx_run() 3624 return nested_vmx_fail(vcpu, in nested_vmx_run() 3629 return nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_run() 3632 return nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_HOST_STATE_FIELD); in nested_vmx_run() 3635 return nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_HOST_STATE_FIELD); in nested_vmx_run() 3702 return nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_run() 4939 (void)nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_vmexit() 5236 return nested_vmx_fail(vcpu, VMXERR_VMXON_IN_VMX_ROOT_OPERATION); in handle_vmxon() 5337 return nested_vmx_fail(vcpu, VMXERR_VMCLEAR_INVALID_ADDRESS); in handle_vmclear() [all …]
|