Searched refs:PMCW (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/s390x/ |
H A D | ioinst.h | 85 typedef struct PMCW { struct 98 } PMCW; argument 99 QEMU_BUILD_BUG_MSG(sizeof(PMCW) != 28, "size of PMCW is wrong"); 120 PMCW pmcw;
|
/openbmc/qemu/hw/s390x/ |
H A D | css.c | 98 VMSTATE_UINT32(intparm, PMCW), 99 VMSTATE_UINT16(flags, PMCW), 100 VMSTATE_UINT16(devno, PMCW), 101 VMSTATE_UINT8(lpm, PMCW), 102 VMSTATE_UINT8(pnom, PMCW), 103 VMSTATE_UINT8(lpum, PMCW), 104 VMSTATE_UINT8(pim, PMCW), 105 VMSTATE_UINT16(mbi, PMCW), 106 VMSTATE_UINT8(pom, PMCW), 107 VMSTATE_UINT8(pam, PMCW), [all …]
|