Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/uapi/asm/
H A Dvmx.h42 #define EXIT_REASON_HLT 12 macro
106 { EXIT_REASON_HLT, "HLT" }, \
/linux-6.15/tools/arch/x86/include/uapi/asm/
H A Dvmx.h42 #define EXIT_REASON_HLT 12 macro
106 { EXIT_REASON_HLT, "HLT" }, \
/linux-6.15/arch/x86/coco/tdx/
H A Dtdx.c348 case EXIT_REASON_HLT: in ve_instr_len()
373 .r11 = hcall_func(EXIT_REASON_HLT), in __halt()
802 case EXIT_REASON_HLT: in virt_exception_kernel()
/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dnested_emulation_test.c31 EXIT_REASON_HLT, }
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c6179 [EXIT_REASON_HLT] = kvm_emulate_halt,
6660 else if (exit_reason.basic == EXIT_REASON_HLT) in __vmx_handle_exit()
7342 case EXIT_REASON_HLT: in vmx_exit_handlers_fastpath()
8166 vm_exit_reason = EXIT_REASON_HLT; in vmx_check_intercept()
H A Dnested.c6472 case EXIT_REASON_HLT: in nested_vmx_l1_wants_exit()