Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dnested.c194 static int nested_vmx_fail(struct kvm_vcpu *vcpu, u32 vm_instruction_error) in nested_vmx_fail() function
3827 return nested_vmx_fail(vcpu, VMXERR_ENTRY_EVENTS_BLOCKED_BY_MOV_SS); in nested_vmx_run()
3830 return nested_vmx_fail(vcpu, in nested_vmx_run()
3835 return nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_run()
3838 return nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_HOST_STATE_FIELD); in nested_vmx_run()
3841 return nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_HOST_STATE_FIELD); in nested_vmx_run()
3900 return nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_run()
5193 (void)nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD); in __nested_vmx_vmexit()
5490 return nested_vmx_fail(vcpu, VMXERR_VMXON_IN_VMX_ROOT_OPERATION); in handle_vmxon()
5591 return nested_vmx_fail(vcpu, VMXERR_VMCLEAR_INVALID_ADDRESS); in handle_vmclear()
[all …]