Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/mips/include/asm/vdso/
H A Dprocessor.h20 #define cpu_relax() smp_mb() macro
22 #define cpu_relax() barrier() macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/vdso/
H A Dprocessor.h11 #define cpu_relax() \ macro
17 #define cpu_relax() barrier() macro
/OK3568_Linux_fs/kernel/tools/virtio/ringtest/
H A Dmain.h95 #define cpu_relax() asm ("rep; nop" ::: "memory") macro
97 #define cpu_relax() barrier() macro
99 #define cpu_relax() assert(0) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dprocessor_64.h198 #define cpu_relax() asm volatile("\n99:\n\t" \ macro
204 #define cpu_relax() asm volatile("\n99:\n\t" \ macro
H A Dprocessor_32.h107 #define cpu_relax() barrier() macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/vdso/
H A Dprocessor.h5 #define cpu_relax() barrier() macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/vdso/
H A Dprocessor.h10 static inline void cpu_relax(void) in cpu_relax() function
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/vdso/
H A Dprocessor.h9 static inline void cpu_relax(void) in cpu_relax() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/vdso/
H A Dprocessor.h16 static __always_inline void cpu_relax(void) in cpu_relax() function
/OK3568_Linux_fs/kernel/arch/x86/um/asm/
H A Dprocessor.h30 static __always_inline void cpu_relax(void) in cpu_relax() function
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dprocessor.h78 #define cpu_relax() barrier() macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dprocessor.h52 #define cpu_relax() barrier() macro
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dprocessor.h81 #define cpu_relax() barrier() macro
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dprocessor.h93 #define cpu_relax() barrier() macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dprocessor.h53 #define cpu_relax() barrier() macro
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Dprocessor.h120 #define cpu_relax() barrier() macro
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dprocessor.h101 #define cpu_relax() do { } while (0) macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dprocessor.h21 # define cpu_relax() barrier() macro
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dprocessor.h88 #define cpu_relax() barrier() macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dprocessor.h125 #define cpu_relax() barrier() macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dprocessor.h141 #define cpu_relax() barrier() macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dprocessor.h39 #define cpu_relax() __vmyield() macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dprocessor.h106 #define cpu_relax() barrier() macro
/OK3568_Linux_fs/kernel/include/linux/raid/
H A Dpq.h181 static inline void cpu_relax(void) in cpu_relax() function
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dprocessor.h223 #define cpu_relax() barrier() macro

12