Searched refs:QEMU_BUILD_BUG_MSG (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/include/hw/s390x/ |
H A D | ioinst.h | 29 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 D | s390-pci-bus.h | 319 QEMU_BUILD_BUG_MSG(offsetof(ZpciFmb, fmt0) != 48, "padding in ZpciFmb");
|
/openbmc/qemu/subprojects/libvhost-user/include/ |
H A D | compiler.h | 77 #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 D | compiler.h | 77 #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 D | compiler.h | 77 #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 D | p9array.h | 156 QEMU_BUILD_BUG_MSG( \
|
/openbmc/qemu/qobject/ |
H A D | qobject.c | 19 QEMU_BUILD_BUG_MSG(
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qobject.h | 67 QEMU_BUILD_BUG_MSG(QTYPE__MAX != 7,
|
/openbmc/qemu/hw/s390x/ |
H A D | ipl.h | 85 QEMU_BUILD_BUG_MSG(offsetof(S390IPLState, iplb) & 3, "alignment of iplb wrong");
|
/openbmc/qemu/include/hw/cxl/ |
H A D | cxl_component.h | 203 QEMU_BUILD_BUG_MSG((CXL_SNOOP_REGISTERS_OFFSET +
|
/openbmc/qemu/block/ |
H A D | blkdebug.c | 112 QEMU_BUILD_BUG_MSG(BLKDEBUG_IO_TYPE__MAX > 64,
|