Home
last modified time | relevance | path

Searched refs:cpu_relax (Results 1 – 1 of 1) sorted by relevance

/tools/perf/
Dperf-sys.h15 #define cpu_relax() asm volatile("rep; nop" ::: "memory"); macro
32 #define cpu_relax() asm volatile("rep; nop" ::: "memory"); macro
104 #define cpu_relax() asm volatile ("hint @pause" ::: "memory") macro
123 #define cpu_relax() asm volatile("yield" ::: "memory") macro
164 #define cpu_relax() asm volatile ("mfspr zero, PASS" ::: "memory") macro
170 #ifndef cpu_relax
171 #define cpu_relax() barrier() macro