Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dvmcs12.h137 u32 vm_instruction_error; member
312 CHECK_OFFSET(vm_instruction_error, 808); in vmx_check_vmcs12_offsets()
Dvmcs12.c84 FIELD(VM_INSTRUCTION_ERROR, vm_instruction_error),
Devmcs.c232 EVMCS1_FIELD(VM_INSTRUCTION_ERROR, vm_instruction_error,
Dnested.c168 u32 vm_instruction_error) in nested_vmx_failValid() argument
174 get_vmcs12(vcpu)->vm_instruction_error = vm_instruction_error; in nested_vmx_failValid()
186 static int nested_vmx_fail(struct kvm_vcpu *vcpu, u32 vm_instruction_error) in nested_vmx_fail() argument
198 return nested_vmx_failValid(vcpu, vm_instruction_error); in nested_vmx_fail()
1936 evmcs->vm_instruction_error = vmcs12->vm_instruction_error; in copy_vmcs12_to_enlightened()
/arch/x86/include/asm/
Dhyperv-tlfs.h501 u32 vm_instruction_error; member