Searched refs:do_sti (Results 1 – 1 of 1) sorted by relevance
183 static u64 __cpuidle __halt(const bool irq_disabled, const bool do_sti) in __halt() argument203 return __tdx_hypercall(&args, do_sti ? TDX_HCALL_ISSUE_STI : 0); in __halt()214 const bool do_sti = false; in handle_halt() local216 if (__halt(irq_disabled, do_sti)) in handle_halt()230 const bool do_sti = true; in tdx_safe_halt() local235 if (__halt(irq_disabled, do_sti)) in tdx_safe_halt()