Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h46 SHADOW_FIELD_RO(VM_EXIT_INTR_ERROR_CODE, vm_exit_intr_error_code)
H A Dvmcs12.c88 FIELD(VM_EXIT_INTR_ERROR_CODE, vm_exit_intr_error_code),
H A Dhyperv_evmcs.c256 EVMCS1_FIELD(VM_EXIT_INTR_ERROR_CODE, vm_exit_intr_error_code,
H A Dvmx.c5259 error_code = vmcs_read32(VM_EXIT_INTR_ERROR_CODE); in handle_exception_nmi()
6190 *error_code = vmcs_read32(VM_EXIT_INTR_ERROR_CODE); in vmx_get_exit_info()
6424 vmcs_read32(VM_EXIT_INTR_ERROR_CODE), in dump_vmcs()
H A Dnested.c6614 vmcs_read32(VM_EXIT_INTR_ERROR_CODE); in nested_vmx_reflect_vmexit()
/linux/tools/testing/selftests/kvm/x86_64/
H A Dnested_exceptions_test.c
/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_64/
H A Dvmx.h
H A Devmcs.h
/linux/arch/x86/include/asm/
H A Dvmx.h313 VM_EXIT_INTR_ERROR_CODE = 0x00004406, enumerator