Home
last modified time | relevance | path

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

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