Searched refs:IRB (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/include/hw/s390x/ |
| H A D | ioinst.h | 137 typedef struct IRB { struct 142 } IRB; argument 143 QEMU_BUILD_BUG_MSG(sizeof(IRB) != 96, "size of IRB is wrong");
|
| H A D | css.h | 141 void (*irb_cb)(SubchDev *, IRB *); 222 void build_irb_passthrough(SubchDev *sch, IRB *irb); 223 void build_irb_virtual(SubchDev *sch, IRB *irb); 252 int css_do_tsch_get_irb(SubchDev *sch, IRB *irb, int *irb_len);
|
| /openbmc/qemu/hw/vfio/ |
| H A D | ccw.c | 83 QEMU_BUILD_BUG_ON(sizeof(region->irb_area) != sizeof(IRB)); in vfio_ccw_handle_request() 309 IRB irb; in vfio_ccw_io_notifier_handler() 354 memcpy(&irb, region->irb_area, sizeof(IRB)); in vfio_ccw_io_notifier_handler()
|
| /openbmc/qemu/hw/s390x/ |
| H A D | css.c | 1657 static void copy_irb_to_guest(IRB *dest, const IRB *src, const PMCW *pmcw, in copy_irb_to_guest() 1693 static void build_irb_sense_data(SubchDev *sch, IRB *irb) in build_irb_sense_data() 1704 void build_irb_passthrough(SubchDev *sch, IRB *irb) in build_irb_passthrough() 1718 void build_irb_virtual(SubchDev *sch, IRB *irb) in build_irb_virtual() 1742 int css_do_tsch_get_irb(SubchDev *sch, IRB *target_irb, int *irb_len) in css_do_tsch_get_irb() 1747 IRB irb; in css_do_tsch_get_irb() 1756 memset(&irb, 0, sizeof(IRB)); in css_do_tsch_get_irb()
|
| /openbmc/qemu/target/s390x/ |
| H A D | ioinst.c | 341 IRB irb; in ioinst_handle_tsch()
|