Searched defs:ATOMIC_OPS (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Datomic-llsc.h71 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) ATOMIC_FETCH_OP(op) macro
81 #undef ATOMIC_OPS macro
82 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_FETCH_OP(op) macro
92 #undef ATOMIC_OPS macro
H A Datomic-irq.h50 #define ATOMIC_OPS(op, c_op) \ macro
63 #undef ATOMIC_OPS macro
64 #define ATOMIC_OPS(op, c_op) \ macro
76 #undef ATOMIC_OPS macro
H A Datomic-grb.h69 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) ATOMIC_FETCH_OP(op) macro
79 #undef ATOMIC_OPS macro
80 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_FETCH_OP(op) macro
90 #undef ATOMIC_OPS macro
/linux-master/arch/xtensa/include/asm/
H A Datomic.h243 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_FETCH_OP(op) ATOMIC_OP_RETURN(op) macro
253 #undef ATOMIC_OPS macro
254 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_FETCH_OP(op) macro
264 #undef ATOMIC_OPS macro
/linux-master/arch/arc/include/asm/
H A Datomic-llsc.h72 #define ATOMIC_OPS(op, asm_op) \ macro
80 #undef ATOMIC_OPS macro
81 #define ATOMIC_OPS(op, asm_op) \ macro
92 #undef ATOMIC_OPS macro
[all...]
H A Datomic-spinlock.h76 #define ATOMIC_OPS(op, c_op, asm_op) \ macro
89 #undef ATOMIC_OPS macro
90 #define ATOMIC_OPS(op, c_op, asm_op) \ macro
106 #undef ATOMIC_OPS macro
[all...]
/linux-master/arch/hexagon/include/asm/
H A Datomic.h83 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) ATOMIC_FETCH_OP(op) macro
93 #undef ATOMIC_OPS macro
94 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_FETCH_OP(op) macro
104 #undef ATOMIC_OPS macro
/linux-master/arch/arm64/include/asm/
H A Datomic_ll_sc.h84 #define ATOMIC_OPS(...) \ macro
98 #undef ATOMIC_OPS macro
99 #define ATOMIC_OPS(...) \ macro
116 #undef ATOMIC_OPS macro
[all...]
/linux-master/arch/sparc/include/asm/
H A Datomic_64.h35 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) ATOMIC_FETCH_OP(op) macro
50 #undef ATOMIC_OPS macro
51 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_FETCH_OP(op) macro
65 #undef ATOMIC_OPS macro
/linux-master/arch/mips/include/asm/
H A Datomic.h26 #define ATOMIC_OPS(pfx, type) \ macro
138 #undef ATOMIC_OPS macro
139 #define ATOMIC_OPS(pfx, op, type, c_op, asm_op, ll, sc) \ macro
161 #undef ATOMIC_OPS macro
162 #define ATOMIC_OPS macro
183 #undef ATOMIC_OPS macro
[all...]
/linux-master/arch/csky/include/asm/
H A Datomic.h72 #define ATOMIC_OPS(op, c_op) \ macro
85 #undef ATOMIC_OPS macro
88 #define ATOMIC_OPS(op) \ macro
99 #undef ATOMIC_OPS macro
/linux-master/arch/m68k/include/asm/
H A Datomic.h101 #define ATOMIC_OPS(op, c_op, asm_op) \ macro
114 #undef ATOMIC_OPS macro
115 #define ATOMIC_OPS(op, c_op, asm_op) \ macro
127 #undef ATOMIC_OPS macro
/linux-master/arch/alpha/include/asm/
H A Datomic.h149 #define ATOMIC_OPS(op) \ macro
173 #undef ATOMIC_OPS macro
174 #define ATOMIC_OPS(op, asm) \ macro
195 #undef ATOMIC_OPS macro
[all...]
/linux-master/arch/parisc/include/asm/
H A Datomic.h113 #define ATOMIC_OPS(op, c_op) \ macro
126 #undef ATOMIC_OPS macro
127 #define ATOMIC_OPS(op, c_op) \ macro
139 #undef ATOMIC_OPS macro
/linux-master/arch/s390/include/asm/
H A Datomic.h52 #define ATOMIC_OPS(op) \ macro
66 #undef ATOMIC_OPS macro
/linux-master/arch/arm/include/asm/
H A Datomic.h227 #define ATOMIC_OPS(op, c_op, asm_op) \ macro
237 #undef ATOMIC_OPS macro
238 #define ATOMIC_OPS(op, c_op, asm_op) \ macro
247 #undef ATOMIC_OPS macro
[all...]
/linux-master/arch/powerpc/include/asm/
H A Datomic.h97 #define ATOMIC_OPS(op, asm_op, suffix, sign, ...) \ macro
111 #undef ATOMIC_OPS macro
112 #define ATOMIC_OPS(op, asm_op, suffix, sign) \ macro
124 #undef ATOMIC_OPS macro
/linux-master/arch/riscv/include/asm/
H A Datomic.h65 #define ATOMIC_OPS(op, asm_op, I) \ macro
68 #define ATOMIC_OPS(op, asm_op, I) \ macro
80 #undef ATOMIC_OPS macro
126 #define ATOMIC_OPS(op, asm_op, c_op, I) \ macro
162 #undef ATOMIC_OPS macro
165 #define ATOMIC_OPS macro
193 #undef ATOMIC_OPS macro
[all...]
/linux-master/arch/loongarch/include/asm/
H A Datomic.h73 #define ATOMIC_OPS(op, I, asm_op, c_op) \ macro
100 #undef ATOMIC_OPS macro
102 #define ATOMIC_OPS(op, I, asm_op) \ macro
124 #undef ATOMIC_OPS macro

Completed in 209 milliseconds