Home
last modified time | relevance | path

Searched refs:VM_EXIT_REASON (Results 1 – 19 of 19) sorted by relevance

/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_evmcs.c
H A Dvmx_apic_access_test.c
H A Dvmx_tsc_adjust_test.c
H A Dvmx_preemption_timer_test.c
H A Dnested_exceptions_test.c
H A Dvmx_invalid_nested_guest_state.c
H A Dtriple_fault_event_test.c
H A Dvmx_dirty_log_test.c
H A Dvmx_nested_tsc_scaling_test.c
/linux/tools/testing/selftests/kvm/x86/
H A Dnested_exceptions_test.c123 GUEST_ASSERT_EQ(vmreadz(VM_EXIT_REASON), EXIT_REASON_EXCEPTION_NMI); in vmx_run_l2()
154 GUEST_ASSERT_EQ(vmreadz(VM_EXIT_REASON), EXIT_REASON_TRIPLE_FAULT); in l1_vmx_code()
/linux/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h41 SHADOW_FIELD_RO(VM_EXIT_REASON, vm_exit_reason)
H A Dvmcs12.c86 FIELD(VM_EXIT_REASON, vm_exit_reason),
H A Dhyperv_evmcs.c252 EVMCS1_FIELD(VM_EXIT_REASON, vm_exit_reason,
H A Dvmx.c6427 vmcs_read32(VM_EXIT_REASON), vmcs_readl(EXIT_QUALIFICATION)); in dump_vmcs()
7339 vmx->exit_reason.full = vmcs_read32(VM_EXIT_REASON); in vmx_vcpu_enter_exit()
H A Dnested.c3274 WARN_ON(!(vmcs_read32(VM_EXIT_REASON) & in nested_vmx_check_vmentry_hw()
/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dmemstress.c
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h
H A Devmcs.h
/linux/arch/x86/include/asm/
H A Dvmx.h311 VM_EXIT_REASON = 0x00004402, enumerator