Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h137 u32 vm_instruction_error; member
313 CHECK_OFFSET(vm_instruction_error, 808); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c85 FIELD(VM_INSTRUCTION_ERROR, vm_instruction_error),
H A Dhyperv_evmcs.c250 EVMCS1_FIELD(VM_INSTRUCTION_ERROR, vm_instruction_error,
H A Dnested.c171 u32 vm_instruction_error) in nested_vmx_failValid() argument
177 get_vmcs12(vcpu)->vm_instruction_error = vm_instruction_error; in nested_vmx_failValid()
189 static int nested_vmx_fail(struct kvm_vcpu *vcpu, u32 vm_instruction_error) in nested_vmx_fail() argument
201 return nested_vmx_failValid(vcpu, vm_instruction_error); in nested_vmx_fail()
2046 evmcs->vm_instruction_error = vmcs12->vm_instruction_error; in copy_vmcs12_to_enlightened()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst173 u32 vm_instruction_error;