Home
last modified time | relevance | path

Searched refs:QEMU_BUILD_BUG_MSG (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dioinst.h29 QEMU_BUILD_BUG_MSG(sizeof(SCSW) != 12, "size of SCSW is wrong");
99 QEMU_BUILD_BUG_MSG(sizeof(PMCW) != 28, "size of PMCW is wrong");
143 QEMU_BUILD_BUG_MSG(sizeof(IRB) != 96, "size of IRB is wrong");
153 QEMU_BUILD_BUG_MSG(sizeof(ORB) != 12, "size of ORB is wrong");
183 QEMU_BUILD_BUG_MSG(sizeof(CCW0) != 8, "size of CCW0 is wrong");
192 QEMU_BUILD_BUG_MSG(sizeof(CCW1) != 8, "size of CCW1 is wrong");
212 QEMU_BUILD_BUG_MSG(sizeof(CRW) != 4, "size of CRW is wrong");
H A Ds390-pci-bus.h319 QEMU_BUILD_BUG_MSG(offsetof(ZpciFmb, fmt0) != 48, "padding in ZpciFmb");
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h77 #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg) macro
79 #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h77 #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg) macro
79 #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
/openbmc/qemu/include/qemu/
H A Dcompiler.h77 #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg) macro
79 #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
/openbmc/qemu/fsdev/
H A Dp9array.h156 QEMU_BUILD_BUG_MSG( \
/openbmc/qemu/qobject/
H A Dqobject.c19 QEMU_BUILD_BUG_MSG(
/openbmc/qemu/include/qapi/qmp/
H A Dqobject.h67 QEMU_BUILD_BUG_MSG(QTYPE__MAX != 7,
/openbmc/qemu/hw/s390x/
H A Dipl.h85 QEMU_BUILD_BUG_MSG(offsetof(S390IPLState, iplb) & 3, "alignment of iplb wrong");
/openbmc/qemu/include/hw/cxl/
H A Dcxl_component.h203 QEMU_BUILD_BUG_MSG((CXL_SNOOP_REGISTERS_OFFSET +
/openbmc/qemu/block/
H A Dblkdebug.c112 QEMU_BUILD_BUG_MSG(BLKDEBUG_IO_TYPE__MAX > 64,