Searched defs:cpu_relax (Results 1 – 9 of 9) sorted by relevance
61 #define cpu_relax() asm volatile("rep; nop" ::: "memory"); macro64 #define cpu_relax() asm volatile("":::"memory") macro67 #define cpu_relax() asm volatile("yield" ::: "memory") macro
25 static inline void cpu_relax(void) in cpu_relax() function
14 fn cpu_relax(iterations: u32) { in cpu_relax() function
112 static inline void cpu_relax(void) in cpu_relax() function
71 static void cpu_relax(void) in cpu_relax() function
33 #define cpu_relax() __builtin_ia32_pause() macro35 #define cpu_relax() asm volatile("": : :"memory") macro
506 static inline void cpu_relax(void) in cpu_relax() function
191 fn cpu_relax(iterations: usize) { in cpu_relax() function