Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dvmx.h42 #define EXIT_REASON_HLT 12 macro
106 { EXIT_REASON_HLT, "HLT" }, \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dvmx.h42 #define EXIT_REASON_HLT 12 macro
106 { EXIT_REASON_HLT, "HLT" }, \
/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c283 case EXIT_REASON_HLT: in ve_instr_len()
308 .r11 = hcall_func(EXIT_REASON_HLT), in __halt()
718 case EXIT_REASON_HLT: in virt_exception_kernel()
/openbmc/qemu/target/i386/hvf/
H A Dvmcs.h237 #define EXIT_REASON_HLT 12 macro
H A Dhvf.c487 case EXIT_REASON_HLT: { in hvf_vcpu_exec()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c6109 [EXIT_REASON_HLT] = kvm_emulate_halt,
6574 else if (exit_reason.basic == EXIT_REASON_HLT) in __vmx_handle_exit()
H A Dnested.c6306 case EXIT_REASON_HLT: in nested_vmx_l1_wants_exit()