Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Devent-facility.c419 SCLPEventFacility *event_facility = EVENT_FACILITY(obj); in init_event_facility() local
422 event_facility->mask_length = 4; in init_event_facility()
423 event_facility->allow_all_mask_sizes = true; in init_event_facility()
429 qbus_init(&event_facility->sbus, sizeof(event_facility->sbus), in init_event_facility()
433 &event_facility->quiesce, in init_event_facility()
437 &event_facility->cpu_hotplug, in init_event_facility()
445 if (!qdev_realize(DEVICE(&event_facility->quiesce), in realize_event_facility()
446 BUS(&event_facility->sbus), errp)) { in realize_event_facility()
449 if (!qdev_realize(DEVICE(&event_facility->cpu_hotplug), in realize_event_facility()
450 BUS(&event_facility->sbus), errp)) { in realize_event_facility()
[all …]
H A Dsclp.c244 SCLPEventFacility *ef = sclp->event_facility; in sclp_execute()
357 SCLPEventFacility *ef = sclp->event_facility; in service_interrupt()
403 if (!sysbus_realize(SYS_BUS_DEVICE(sclp->event_facility), errp)) { in sclp_realize()
443 sclp->event_facility = EVENT_FACILITY(new); in sclp_init()
/openbmc/qemu/include/hw/s390x/
H A Dsclp.h202 struct SCLPEventFacility *event_facility; member