Searched refs:scd (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/mips/include/asm/ |
| H A D | atomic.h | 153 ATOMIC_OPS(atomic64, add, s64, +=, daddu, lld, scd) 154 ATOMIC_OPS(atomic64, sub, s64, -=, dsubu, lld, scd) 175 ATOMIC_OPS(atomic64, and, s64, &=, and, lld, scd) 176 ATOMIC_OPS(atomic64, or, s64, |=, or, lld, scd) 177 ATOMIC_OPS(atomic64, xor, s64, ^=, xor, lld, scd) 252 ATOMIC_SIP_OP(atomic64, s64, dsubu, lld, scd)
|
| H A D | asm.h | 248 #define LONG_SC scd
|
| /linux/kernel/ |
| H A D | static_call_inline.c | 554 struct static_call_data *scd = &static_call_data[i]; in test_static_call_init() local 556 if (scd->func) in test_static_call_init() 557 static_call_update(sc_selftest, scd->func); in test_static_call_init() 559 WARN_ON(static_call(sc_selftest)(scd->val) != scd->expect); in test_static_call_init()
|
| /linux/arch/mips/net/ |
| H A D | bpf_jit_comp64.c | 410 emit(ctx, scd, t2, off, dst); in emit_atomic_r64() 431 emit(ctx, scd, t2, off, dst); in emit_cmpxchg_r64()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | inst.h | 680 DEF_EMIT_REG2I14_FORMAT(scd, scd_op)
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pci-defs.h | 621 uint32_t scd:1; member 633 uint32_t scd:1;
|