Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtdx.h49 void tdx_safe_halt(void);
58 static inline void tdx_safe_halt(void) { }; in tdx_safe_halt() function
/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c263 void __cpuidle tdx_safe_halt(void) in tdx_safe_halt() function
/openbmc/linux/arch/x86/kernel/
H A Dprocess.c953 static_call_update(x86_idle, tdx_safe_halt); in select_idle_routine()