Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/
Dperf.h8 #define cpu_relax() asm volatile("rep; nop" ::: "memory"); macro
17 #define cpu_relax() asm volatile("rep; nop" ::: "memory"); macro
27 #define cpu_relax() asm volatile ("" ::: "memory"); macro
33 #define cpu_relax() asm volatile("" ::: "memory"); macro
42 #define cpu_relax() asm volatile("" ::: "memory") macro
48 #define cpu_relax() asm volatile("" ::: "memory"); macro
54 #define cpu_relax() asm volatile("":::"memory") macro
60 #define cpu_relax() asm volatile("" ::: "memory") macro
66 #define cpu_relax() asm volatile ("hint @pause" ::: "memory") macro
76 #define cpu_relax() asm volatile("":::"memory") macro
[all …]