Searched refs:atomic16_cmpxchg (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/host/include/generic/host/ |
H A D | atomic128-cas.h | 16 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg() function 29 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg() function 43 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new);
|
H A D | atomic128-ldst.h | 55 return atomic16_cmpxchg(ptr, z, z); in atomic16_read_rw()
|
H A D | store-insert-al16.h.inc | 45 old = atomic16_cmpxchg(ps, cmp, new);
|
/openbmc/qemu/host/include/aarch64/host/ |
H A D | atomic128-cas.h | 18 static inline Int128 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg() function
|
/openbmc/qemu/accel/tcg/ |
H A D | atomic_template.h | 89 ret = atomic16_cmpxchg(haddr, cmpv, newv); in ATOMIC_NAME() 214 ret = atomic16_cmpxchg(haddr, BSWAP(cmpv), BSWAP(newv));
|