Searched defs:ATOMIC64_OPS (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/arch/arc/include/asm/ |
D | atomic64-arcv2.h | 115 #define ATOMIC64_OPS(op, op1, op2) \ macro 124 #define ATOMIC64_OPS(op, op1, op2) \ macro 128 ATOMIC64_OPS(and, and, and) in ATOMIC64_OPS() function
|
/Linux-v6.6/include/asm-generic/ |
D | atomic64.h | 30 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_OP_RETURN(op) ATOMIC64_FETCH_OP(op) macro 36 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_FETCH_OP(op) macro
|
/Linux-v6.6/lib/ |
D | atomic64.c | 110 #define ATOMIC64_OPS(op, c_op) \ macro 119 #define ATOMIC64_OPS(op, c_op) \ macro
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | atomic.h | 265 #define ATOMIC64_OPS(op, asm_op) \ macro 270 ATOMIC64_OPS(add, add) in ATOMIC64_OPS() function 280 #define ATOMIC64_OPS(op, asm_op) \ in ATOMIC64_OPS() macro
|
/Linux-v6.6/arch/loongarch/include/asm/ |
D | atomic.h | 208 #define ATOMIC64_OPS(op, I, asm_op, c_op) \ macro 223 #define ATOMIC64_OPS(op, I, asm_op) \ macro 227 ATOMIC64_OPS(and, i, and) in ATOMIC64_OPS() function
|
/Linux-v6.6/arch/arm/include/asm/ |
D | atomic.h | 376 #define ATOMIC64_OPS(op, op1, op2) \ macro 381 ATOMIC64_OPS(add, adds, adc) in ATOMIC64_OPS() function 390 #define ATOMIC64_OPS(op, op1, op2) \ in ATOMIC64_OPS() macro
|
/Linux-v6.6/arch/arm64/include/asm/ |
D | atomic_ll_sc.h | 180 #define ATOMIC64_OPS(...) \ macro 195 #define ATOMIC64_OPS(...) \ macro
|
/Linux-v6.6/arch/parisc/include/asm/ |
D | atomic.h | 185 #define ATOMIC64_OPS(op, c_op) \ macro 199 #define ATOMIC64_OPS(op, c_op) \ macro
|
/Linux-v6.6/arch/s390/include/asm/ |
D | atomic.h | 123 #define ATOMIC64_OPS(op) \ macro
|
/Linux-v6.6/arch/ia64/include/asm/ |
D | atomic.h | 155 #define ATOMIC64_OPS(op, c_op) \ macro
|