Home
last modified time | relevance | path

Searched refs:SysIB (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/s390x/kvm/
H A Dstsi-topology.c68 if (data > sizeof(SysIB)) { \
313 SysIB sysib = {0}; in insert_stsi_15_1_x()
/openbmc/qemu/target/s390x/
H A Dcpu.h627 typedef union SysIB { union
635 } SysIB; typedef
636 QEMU_BUILD_BUG_ON(sizeof(SysIB) != 4096);
/openbmc/qemu/target/s390x/tcg/
H A Dmisc_helper.c278 SysIB sysib = { }; in HELPER()