Home
last modified time | relevance | path

Searched refs:QEMU_BUILD_BUG_ON_ZERO (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h81 #define QEMU_BUILD_BUG_ON_ZERO(x) (sizeof(QEMU_BUILD_BUG_ON_STRUCT(x)) - \ macro
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h81 #define QEMU_BUILD_BUG_ON_ZERO(x) (sizeof(QEMU_BUILD_BUG_ON_STRUCT(x)) - \ macro
/openbmc/qemu/include/qemu/
H A Dcompiler.h81 #define QEMU_BUILD_BUG_ON_ZERO(x) (sizeof(QEMU_BUILD_BUG_ON_STRUCT(x)) - \ macro
H A Dosdep.h505 QEMU_BUILD_BUG_ON_ZERO(!QEMU_IS_ARRAY(x)))
/openbmc/qemu/include/migration/
H A Dvmstate.h265 + QEMU_BUILD_BUG_ON_ZERO(!QEMU_IS_ARRAY(((t2 *)0)->f)))
721 QEMU_BUILD_BUG_ON_ZERO(offsetof(_tmp_type, parent) != 0) + \
/openbmc/qemu/linux-user/
H A Dstrace.c57 #define FLAG_BASIC(V, M, N) { V, M | QEMU_BUILD_BUG_ON_ZERO(!(M)), N }