Searched refs:fetch_and (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/lib/ |
H A D | atomic64_test.c | 134 FETCH_FAMILY_TEST(, fetch_and, &=, v1); in test_atomic() 186 FETCH_FAMILY_TEST(64, fetch_and, &=, v1); in test_atomic64()
|
/openbmc/qemu/accel/tcg/ |
H A D | atomic_template.h | 117 GEN_ATOMIC_HELPER(fetch_and) in GEN_ATOMIC_HELPER() argument 221 GEN_ATOMIC_HELPER(fetch_and)
|
H A D | atomic_common.c.inc | 95 GEN_ATOMIC_HELPERS(fetch_and)
|
H A D | tcg-runtime.h | 102 GEN_ATOMIC_HELPERS(fetch_and)
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __intrusive_ptr.hpp | 161 auto __old = __ref_count_.fetch_and(~__mask, std::memory_order_acq_rel); in __clear_bit_()
|
/openbmc/qemu/include/exec/ |
H A D | cpu_ldst.h | 268 GEN_ATOMIC_HELPER_ALL(fetch_and)
|
/openbmc/linux/kernel/kcsan/ |
H A D | core.c | 1262 DEFINE_TSAN_ATOMIC_RMW(fetch_and, bits, ); \
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 1239 GEN_ATOMIC_HELPER(fetch_and, and, 0)
|