Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
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 Dvmx.c465 field, value, vmcs_read32(VM_INSTRUCTION_ERROR)); in vmwrite_error()
471 vmcs, phys_addr, vmcs_read32(VM_INSTRUCTION_ERROR)); in vmclear_error()
477 vmcs, phys_addr, vmcs_read32(VM_INSTRUCTION_ERROR)); in vmptrld_error()
6564 = vmcs_read32(VM_INSTRUCTION_ERROR); in __vmx_handle_exit()
H A Dnested.c3249 u32 error = vmcs_read32(VM_INSTRUCTION_ERROR); in nested_vmx_check_vmentry_hw()
5003 WARN_ON_ONCE(vmcs_read32(VM_INSTRUCTION_ERROR) != in nested_vmx_vmexit()
6587 vmcs_read32(VM_INSTRUCTION_ERROR)); in nested_vmx_reflect_vmexit()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h
H A Devmcs.h
/linux/arch/x86/include/asm/
H A Dvmx.h310 VM_INSTRUCTION_ERROR = 0x00004400, enumerator