Searched refs:event_facility (Results 1 – 4 of 4) sorted by relevance
419 SCLPEventFacility *event_facility = EVENT_FACILITY(obj); in init_event_facility() local422 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()443 SCLPEventFacility *event_facility = EVENT_FACILITY(dev); in realize_event_facility() local445 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()[all …]
240 SCLPEventFacility *ef = sclp->event_facility; in sclp_execute()353 SCLPEventFacility *ef = sclp->event_facility; in service_interrupt()389 if (!sysbus_realize(SYS_BUS_DEVICE(sclp->event_facility), errp)) { in sclp_realize()429 sclp->event_facility = EVENT_FACILITY(new); in sclp_init()
246 SCLPEventFacility *ef = sclp->event_facility; in s390_create_sclpconsole()
202 struct SCLPEventFacility *event_facility; member