Home
last modified time | relevance | path

Searched refs:EXIT_REASON_HLT (Results 1 – 4 of 4) sorted by relevance

/linux/tools/arch/x86/include/uapi/asm/
H A Dvmx.h42 #define EXIT_REASON_HLT 12 macro
106 { EXIT_REASON_HLT, "HLT" }, \
/linux/arch/x86/include/uapi/asm/
H A Dvmx.h42 #define EXIT_REASON_HLT 12 macro
106 { EXIT_REASON_HLT, "HLT" }, \
/linux/arch/x86/kvm/vmx/
H A Dvmx.c6133 [EXIT_REASON_HLT] = kvm_emulate_halt,
6614 else if (exit_reason.basic == EXIT_REASON_HLT) in __vmx_handle_exit()
7293 case EXIT_REASON_HLT: in vmx_exit_handlers_fastpath()
H A Dnested.c6471 case EXIT_REASON_HLT: in nested_vmx_l1_wants_exit()