Home
last modified time | relevance | path

Searched refs:atomic16_cmpxchg (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/host/include/generic/host/
H A Datomic128-cas.h16 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 Datomic128-ldst.h55 return atomic16_cmpxchg(ptr, z, z); in atomic16_read_rw()
H A Dstore-insert-al16.h.inc45 old = atomic16_cmpxchg(ps, cmp, new);
/openbmc/qemu/host/include/aarch64/host/
H A Datomic128-cas.h18 static inline Int128 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg() function
/openbmc/qemu/accel/tcg/
H A Datomic_template.h89 ret = atomic16_cmpxchg(haddr, cmpv, newv); in ATOMIC_NAME()
214 ret = atomic16_cmpxchg(haddr, BSWAP(cmpv), BSWAP(newv));