Searched refs:EXIT_REASON_HLT (Results 1 – 5 of 5) sorted by relevance
43 #define EXIT_REASON_HLT 12 macro108 { EXIT_REASON_HLT, "HLT" }, \
388 case EXIT_REASON_HLT: in ve_instr_len()413 .r11 = hcall_func(EXIT_REASON_HLT), in __halt()842 case EXIT_REASON_HLT: in virt_exception_kernel()
742 return vmx_get_exit_reason(vcpu).basic != EXIT_REASON_HLT || in tdx_interrupt_allowed()760 if (vmx_get_exit_reason(vcpu).basic != EXIT_REASON_HLT || in tdx_protected_apic_has_interrupt()882 case EXIT_REASON_HLT: in tdcall_to_vmx_exit_reason()2094 case EXIT_REASON_HLT: in tdx_handle_exit()
6023 [EXIT_REASON_HLT] = kvm_emulate_halt,6504 else if (exit_reason.basic == EXIT_REASON_HLT) in __vmx_handle_exit()7176 case EXIT_REASON_HLT: in vmx_exit_handlers_fastpath()7998 vm_exit_reason = EXIT_REASON_HLT; in vmx_check_intercept()
6490 case EXIT_REASON_HLT: in nested_vmx_l1_wants_exit()
Completed in 34 milliseconds