Searched refs:ATOMIC_SIP_OP (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/mips/include/asm/ |
H A D | atomic.h | 196 #define ATOMIC_SIP_OP(pfx, type, op, ll, sc) \ macro 248 ATOMIC_SIP_OP(atomic, int, subu, ll, sc) 252 ATOMIC_SIP_OP(atomic64, s64, dsubu, lld, scd) 256 #undef ATOMIC_SIP_OP
|