Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw.c48 if (ccw_dev->sch->thinint_active) { in virtio_ccw_dev_post_load()
269 ccw_dev->sch->thinint_active = false; in virtio_ccw_reset_virtio()
562 if (sch->thinint_active) { in virtio_ccw_cb()
654 } else if (dev->indicators && !sch->thinint_active) { in virtio_ccw_cb()
678 sch->thinint_active = ((dev->indicators != NULL) && in virtio_ccw_cb()
874 if (sch->thinint_active) { in virtio_ccw_notify()
951 if (!ccw_dev->sch->thinint_active) { in virtio_ccw_get_mappings()
1074 bool with_irqfd = ccw_dev->sch->thinint_active && kvm_irqfds_enabled(); in virtio_ccw_set_guest_notifiers()
H A Dcss.c217 VMSTATE_BOOL(thinint_active, SubchDev),
2438 sch->thinint_active = false; in css_reset_sch()
/openbmc/qemu/include/hw/s390x/
H A Dcss.h133 bool thinint_active; member