Home
last modified time | relevance | path

Searched defs:qatomic_fetch_or (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/subprojects/libvduse/include/
H A Datomic.h225 #define qatomic_fetch_or(ptr, n) __atomic_fetch_or(ptr, n, __ATOMIC_SEQ_CST) macro
/openbmc/qemu/include/qemu/
H A Datomic.h225 #define qatomic_fetch_or(ptr, n) __atomic_fetch_or(ptr, n, __ATOMIC_SEQ_CST) macro
/openbmc/qemu/subprojects/libvhost-user/include/
H A Datomic.h225 #define qatomic_fetch_or(ptr, n) __atomic_fetch_or(ptr, n, __ATOMIC_SEQ_CST) macro