Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/coco/tdx/
Dtdx.c183 static u64 __cpuidle __halt(const bool irq_disabled, const bool do_sti) in __halt() argument
203 return __tdx_hypercall(&args, do_sti ? TDX_HCALL_ISSUE_STI : 0); in __halt()
214 const bool do_sti = false; in handle_halt() local
216 if (__halt(irq_disabled, do_sti)) in handle_halt()
230 const bool do_sti = true; in tdx_safe_halt() local
235 if (__halt(irq_disabled, do_sti)) in tdx_safe_halt()