/linux-3.3/tools/perf/ |
D | perf.h | 11 #define cpu_relax() asm volatile("rep; nop" ::: "memory"); macro 21 #define cpu_relax() asm volatile("rep; nop" ::: "memory"); macro 31 #define cpu_relax() asm volatile ("" ::: "memory"); macro 38 #define cpu_relax() asm volatile("" ::: "memory"); macro 48 #define cpu_relax() asm volatile("" ::: "memory") macro 55 #define cpu_relax() asm volatile("" ::: "memory"); macro 62 #define cpu_relax() asm volatile("":::"memory") macro 69 #define cpu_relax() asm volatile("" ::: "memory") macro 76 #define cpu_relax() asm volatile ("hint @pause" ::: "memory") macro 87 #define cpu_relax() asm volatile("":::"memory") macro [all …]
|
/linux-3.3/arch/arm/include/asm/ |
D | processor.h | 88 #define cpu_relax() smp_mb() macro 90 #define cpu_relax() barrier() macro
|
/linux-3.3/arch/cris/include/asm/ |
D | processor.h | 73 #define cpu_relax() barrier() macro
|
/linux-3.3/arch/x86/um/asm/ |
D | processor_64.h | 23 #define cpu_relax() rep_nop() macro
|
D | processor_32.h | 56 #define cpu_relax() rep_nop() macro
|
/linux-3.3/arch/openrisc/include/asm/ |
D | processor.h | 110 #define cpu_relax() do { } while (0) macro
|
/linux-3.3/arch/alpha/include/asm/ |
D | processor.h | 65 #define cpu_relax() barrier() macro
|
/linux-3.3/arch/hexagon/include/asm/ |
D | processor.h | 59 #define cpu_relax() __vmyield() macro
|
/linux-3.3/arch/unicore32/include/asm/ |
D | processor.h | 76 #define cpu_relax() barrier() macro
|
/linux-3.3/arch/h8300/include/asm/ |
D | processor.h | 136 #define cpu_relax() barrier() macro
|
/linux-3.3/arch/blackfin/include/asm/ |
D | processor.h | 105 #define cpu_relax() smp_mb() macro
|
/linux-3.3/arch/sparc/include/asm/ |
D | processor_32.h | 125 #define cpu_relax() barrier() macro
|
D | processor_64.h | 197 #define cpu_relax() barrier() macro
|
/linux-3.3/include/linux/raid/ |
D | pq.h | 137 static inline void cpu_relax(void) in cpu_relax() function
|
/linux-3.3/arch/c6x/include/asm/ |
D | processor.h | 128 #define cpu_relax() do { } while (0) macro
|
/linux-3.3/arch/frv/include/asm/ |
D | processor.h | 142 #define cpu_relax() barrier() macro
|
/linux-3.3/arch/mn10300/include/asm/ |
D | processor.h | 71 #define cpu_relax() barrier() macro
|
/linux-3.3/arch/microblaze/include/asm/ |
D | processor.h | 24 # define cpu_relax() barrier() macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | processor.h | 142 #define cpu_relax() barrier() macro
|
/linux-3.3/arch/m68k/include/asm/ |
D | processor.h | 183 #define cpu_relax() barrier() macro
|
/linux-3.3/arch/powerpc/include/asm/ |
D | processor.h | 328 #define cpu_relax() do { HMT_low(); HMT_medium(); barrier(); } while (0) macro 330 #define cpu_relax() barrier() macro
|
/linux-3.3/arch/xtensa/include/asm/ |
D | processor.h | 189 #define cpu_relax() barrier() macro
|
/linux-3.3/arch/score/include/asm/ |
D | processor.h | 27 #define cpu_relax() barrier() macro
|
/linux-3.3/arch/s390/include/asm/ |
D | processor.h | 162 static inline void cpu_relax(void) in cpu_relax() function
|
/linux-3.3/arch/avr32/include/asm/ |
D | processor.h | 99 #define cpu_relax() barrier() macro
|