Home
last modified time | relevance | path

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

/tools/perf/
Dperf-sys.h13 #define cpu_relax() asm volatile("rep; nop" ::: "memory"); macro
18 #define cpu_relax() asm volatile("rep; nop" ::: "memory"); macro
47 #define cpu_relax() asm volatile ("hint @pause" ::: "memory") macro
56 #define cpu_relax() asm volatile("yield" ::: "memory") macro
76 #define cpu_relax() asm volatile ("mfspr zero, PASS" ::: "memory") macro
81 #define cpu_relax() barrier() macro
/tools/virtio/ringtest/
Dmain.h83 #define cpu_relax() asm ("rep; nop" ::: "memory") macro
85 #define cpu_relax() assert(0) macro
/tools/testing/radix-tree/linux/
Dkernel.h31 #define cpu_relax() barrier() macro