Home
last modified time | relevance | path

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

/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst173 u32 vm_instruction_error;
/linux/arch/x86/kvm/vmx/
H A Dnested.c176 u32 vm_instruction_error) in nested_vmx_failValid() argument
182 get_vmcs12(vcpu)->vm_instruction_error = vm_instruction_error; in nested_vmx_failValid()
194 static int nested_vmx_fail(struct kvm_vcpu *vcpu, u32 vm_instruction_error) in nested_vmx_fail() argument
206 return nested_vmx_failValid(vcpu, vm_instruction_error); in nested_vmx_fail()
2081 evmcs->vm_instruction_error = vmcs12->vm_instruction_error; in copy_vmcs12_to_enlightened()