Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching refs:cpu_relax

17 #define cpu_relax()	asm volatile("rep; nop" ::: "memory");
29 #define cpu_relax() asm volatile("rep; nop" ::: "memory");
35 #define cpu_relax() asm volatile ("" ::: "memory");
41 #define cpu_relax() asm volatile("" ::: "memory");
51 #define cpu_relax() asm volatile("" ::: "memory")
57 #define cpu_relax() asm volatile("" ::: "memory");
63 #define cpu_relax() asm volatile("":::"memory")
69 #define cpu_relax() asm volatile("" ::: "memory")
75 #define cpu_relax() asm volatile ("hint @pause" ::: "memory")
91 #define cpu_relax() asm volatile("":::"memory")
109 #define cpu_relax() asm volatile("" ::: "memory")