Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dvmcs12.c84 FIELD(VM_INSTRUCTION_ERROR, vm_instruction_error),
Devmcs.c232 EVMCS1_FIELD(VM_INSTRUCTION_ERROR, vm_instruction_error,
Dnested.c3103 u32 error = vmcs_read32(VM_INSTRUCTION_ERROR); in nested_vmx_check_vmentry_hw()
4608 WARN_ON_ONCE(vmcs_read32(VM_INSTRUCTION_ERROR) != in nested_vmx_vmexit()
6159 vmcs_read32(VM_INSTRUCTION_ERROR)); in nested_vmx_reflect_vmexit()
Dvmx.c444 field, value, vmcs_read32(VM_INSTRUCTION_ERROR)); in vmwrite_error()
6076 = vmcs_read32(VM_INSTRUCTION_ERROR); in __vmx_handle_exit()
/arch/x86/include/asm/
Dvmx.h272 VM_INSTRUCTION_ERROR = 0x00004400, enumerator