Searched defs:cpu_relax (Results 1 - 25 of 31) sorted by relevance

12

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

Completed in 373 milliseconds

12