Home
last modified time | relevance | path

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

/Linux-v6.1/arch/alpha/include/asm/
Dpal.h10 #define __halt() __asm__ __volatile__ ("call_pal %0 #halt" : : "i" (PAL_halt)) macro
/Linux-v6.1/arch/x86/coco/tdx/
Dtdx.c183 static u64 __cpuidle __halt(const bool irq_disabled, const bool do_sti) in __halt() function