Searched defs:__halt (Results 1 – 2 of 2) sorted by relevance
10 #define __halt() __asm__ __volatile__ ("call_pal %0 #halt" : : "i" (PAL_halt)) macro
258 static u64 __cpuidle __halt(const bool irq_disabled) in __halt() function