Searched refs:ATOMIC_SIP_OP (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | atomic.h | 205 #define ATOMIC_SIP_OP(pfx, type, op, ll, sc) \ macro 257 ATOMIC_SIP_OP(atomic, int, subu, ll, sc) 261 ATOMIC_SIP_OP(atomic64, s64, dsubu, lld, scd) 265 #undef ATOMIC_SIP_OP
|