/openbmc/qemu/include/qemu/ |
H A D | processor.h | 11 # define cpu_relax() asm volatile("rep; nop" ::: "memory") macro 14 # define cpu_relax() asm volatile("yield" ::: "memory") macro 18 # define cpu_relax() asm volatile("or 1, 1, 1;" \ macro 22 # define cpu_relax() barrier() macro
|
/openbmc/linux/tools/virtio/ringtest/ |
H A D | main.h | 96 #define cpu_relax() asm ("rep; nop" ::: "memory") macro 98 #define cpu_relax() barrier() macro 100 #define cpu_relax() asm ("yield" ::: "memory") macro 102 #define cpu_relax() assert(0) macro
|
/openbmc/linux/arch/arm/include/asm/vdso/ |
H A D | processor.h | 11 #define cpu_relax() \ macro 17 #define cpu_relax() barrier() macro
|
/openbmc/linux/arch/mips/include/asm/vdso/ |
H A D | processor.h | 20 #define cpu_relax() smp_mb() macro 22 #define cpu_relax() barrier() macro
|
/openbmc/linux/arch/powerpc/include/asm/vdso/ |
H A D | processor.h | 25 #define cpu_relax() \ macro 33 #define cpu_relax() barrier() macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | processor_64.h | 191 #define cpu_relax() asm volatile("\n99:\n\t" \ macro 197 #define cpu_relax() asm volatile("\n99:\n\t" \ macro
|
H A D | processor_32.h | 94 #define cpu_relax() barrier() macro
|
/openbmc/linux/arch/loongarch/include/asm/vdso/ |
H A D | processor.h | 10 #define cpu_relax() barrier() macro
|
/openbmc/linux/arch/csky/include/asm/vdso/ |
H A D | processor.h | 8 #define cpu_relax() barrier() macro
|
/openbmc/linux/arch/s390/include/asm/vdso/ |
H A D | processor.h | 5 #define cpu_relax() barrier() macro
|
/openbmc/linux/arch/arm64/include/asm/vdso/ |
H A D | processor.h | 10 static inline void cpu_relax(void) in cpu_relax() function
|
/openbmc/linux/arch/riscv/include/asm/vdso/ |
H A D | processor.h | 9 static inline void cpu_relax(void) in cpu_relax() function
|
/openbmc/linux/arch/x86/include/asm/vdso/ |
H A D | processor.h | 16 static __always_inline void cpu_relax(void) in cpu_relax() function
|
/openbmc/linux/tools/testing/selftests/kvm/include/s390x/ |
H A D | processor.h | 25 static inline void cpu_relax(void) in cpu_relax() function
|
/openbmc/linux/arch/x86/um/asm/ |
H A D | processor.h | 30 static __always_inline void cpu_relax(void) in cpu_relax() function
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | processor.h | 42 #define cpu_relax() barrier() macro
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | processor.h | 78 #define cpu_relax() barrier() macro
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | processor.h | 73 #define cpu_relax() barrier() macro
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | processor.h | 83 #define cpu_relax() barrier() macro
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | processor.h | 21 # define cpu_relax() barrier() macro
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | processor.h | 47 #define cpu_relax() barrier() macro
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | processor.h | 125 #define cpu_relax() barrier() macro
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | processor.h | 39 #define cpu_relax() __vmyield() macro
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | processor.h | 162 #define cpu_relax() barrier() macro
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | processor.h | 105 #define cpu_relax() barrier() macro
|