Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Devent-facility.c390 SCLPEventFacility *event_facility = EVENT_FACILITY(obj); in init_event_facility() local
393 event_facility->mask_length = 4; in init_event_facility()
396 qbus_init(&event_facility->sbus, sizeof(event_facility->sbus), in init_event_facility()
400 &event_facility->quiesce, in init_event_facility()
404 &event_facility->cpu_hotplug, in init_event_facility()
410 SCLPEventFacility *event_facility = EVENT_FACILITY(dev); in realize_event_facility() local
412 if (!qdev_realize(DEVICE(&event_facility->quiesce), in realize_event_facility()
413 BUS(&event_facility->sbus), errp)) { in realize_event_facility()
416 if (!qdev_realize(DEVICE(&event_facility->cpu_hotplug), in realize_event_facility()
417 BUS(&event_facility->sbus), errp)) { in realize_event_facility()
[all …]