Home
last modified time | relevance | path

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

12

/openbmc/qemu/include/qemu/
H A Dprocessor.h11 # 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 Dmain.h96 #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/mips/include/asm/vdso/
H A Dprocessor.h20 #define cpu_relax() smp_mb() macro
22 #define cpu_relax() barrier() macro
/openbmc/linux/arch/arm/include/asm/vdso/
H A Dprocessor.h11 #define cpu_relax() \ macro
17 #define cpu_relax() barrier() macro
/openbmc/linux/arch/powerpc/include/asm/vdso/
H A Dprocessor.h25 #define cpu_relax() \ macro
33 #define cpu_relax() barrier() macro
/openbmc/linux/arch/sparc/include/asm/
H A Dprocessor_64.h191 #define cpu_relax() asm volatile("\n99:\n\t" \ macro
197 #define cpu_relax() asm volatile("\n99:\n\t" \ macro
H A Dprocessor_32.h94 #define cpu_relax() barrier() macro
/openbmc/linux/arch/s390/include/asm/vdso/
H A Dprocessor.h5 #define cpu_relax() barrier() macro
/openbmc/linux/arch/csky/include/asm/vdso/
H A Dprocessor.h8 #define cpu_relax() barrier() macro
/openbmc/linux/arch/loongarch/include/asm/vdso/
H A Dprocessor.h10 #define cpu_relax() barrier() macro
/openbmc/linux/arch/arm64/include/asm/vdso/
H A Dprocessor.h10 static inline void cpu_relax(void) in cpu_relax() function
/openbmc/linux/arch/riscv/include/asm/vdso/
H A Dprocessor.h9 static inline void cpu_relax(void) in cpu_relax() function
/openbmc/linux/arch/x86/include/asm/vdso/
H A Dprocessor.h16 static __always_inline void cpu_relax(void) in cpu_relax() function
/openbmc/linux/tools/testing/selftests/kvm/include/s390x/
H A Dprocessor.h25 static inline void cpu_relax(void) in cpu_relax() function
/openbmc/linux/arch/x86/um/asm/
H A Dprocessor.h30 static __always_inline void cpu_relax(void) in cpu_relax() function
/openbmc/linux/arch/alpha/include/asm/
H A Dprocessor.h46 #define cpu_relax() barrier() macro
/openbmc/linux/arch/openrisc/include/asm/
H A Dprocessor.h78 #define cpu_relax() barrier() macro
/openbmc/linux/arch/nios2/include/asm/
H A Dprocessor.h73 #define cpu_relax() barrier() macro
/openbmc/linux/arch/csky/include/asm/
H A Dprocessor.h83 #define cpu_relax() barrier() macro
/openbmc/linux/arch/microblaze/include/asm/
H A Dprocessor.h21 # define cpu_relax() barrier() macro
/openbmc/linux/arch/arc/include/asm/
H A Dprocessor.h47 #define cpu_relax() barrier() macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dprocessor.h125 #define cpu_relax() barrier() macro
/openbmc/linux/arch/hexagon/include/asm/
H A Dprocessor.h39 #define cpu_relax() __vmyield() macro
/openbmc/linux/arch/m68k/include/asm/
H A Dprocessor.h162 #define cpu_relax() barrier() macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dprocessor.h105 #define cpu_relax() barrier() macro

12