Searched refs:ZpciFmb (Results 1 – 2 of 2) sorted by relevance
/qemu/include/hw/s390x/ |
H A D | s390-pci-bus.h | 312 typedef struct ZpciFmb { struct 318 } ZpciFmb; argument 319 QEMU_BUILD_BUG_MSG(offsetof(ZpciFmb, fmt0) != 48, "padding in ZpciFmb"); 344 ZpciFmb fmb;
|
/qemu/hw/s390x/ |
H A D | s390-pci-inst.c | 1041 memset(&pbdev->fmb, 0, sizeof(ZpciFmb)); in fmb_timer_free() 1093 if (fmb_do_update(pbdev, offsetof(ZpciFmb, last_update), in fmb_update() 1100 if (fmb_do_update(pbdev, offsetof(ZpciFmb, sample), in fmb_update() 1108 if (fmb_do_update(pbdev, offsetof(ZpciFmb, counter[i]), in fmb_update() 1118 if (fmb_do_update(pbdev, offsetof(ZpciFmb, last_update), in fmb_update()
|