Searched defs:cpu_relax (Results 1 – 6 of 6) sorted by relevance
4 #define cpu_relax() asm volatile("or 1,1,1 ; or 2,2,2" ::: "memory") macro
32 #define cpu_relax() asm volatile ("":::"memory") macro
22 static inline void cpu_relax(void) in cpu_relax() function
18 #define cpu_relax() __asm__ __volatile__ ("pause") macro
15 #define cpu_relax() yield() macro