Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dnested_exceptions_test.c125 GUEST_ASSERT_EQ(vmreadz(VM_EXIT_INTR_ERROR_CODE), error_code); in vmx_run_l2()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h215 VM_EXIT_INTR_ERROR_CODE = 0x00004406, enumerator
H A Devmcs.h576 case VM_EXIT_INTR_ERROR_CODE: in evmcs_vmread()
1074 case VM_EXIT_INTR_ERROR_CODE: in evmcs_vmwrite()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c5424 error_code = vmcs_read32(VM_EXIT_INTR_ERROR_CODE); in handle_exception_nmi()
6376 *error_code = vmcs_read32(VM_EXIT_INTR_ERROR_CODE); in vmx_get_exit_info()
6627 vmcs_read32(VM_EXIT_INTR_ERROR_CODE), in dump_vmcs()
H A Dnested.c6718 vmcs_read32(VM_EXIT_INTR_ERROR_CODE); in nested_vmx_reflect_vmexit()