Home
last modified time | relevance | path

Searched defs:__halt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/alpha/include/asm/
H A Dpal.h10 #define __halt() __asm__ __volatile__ ("call_pal %0 #halt" : : "i" (PAL_halt)) macro
/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c230 static u64 __cpuidle __halt(const bool irq_disabled) in __halt() function