Home
last modified time | relevance | path

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

/qemu/hw/s390x/
H A Devent-facility.c42 SCLPEvent quiesce, cpu_hotplug; member
398 &event_facility->quiesce, in init_event_facility()
410 if (!qdev_realize(DEVICE(&event_facility->quiesce), in realize_event_facility()
416 qdev_unrealize(DEVICE(&event_facility->quiesce)); in realize_event_facility()
/qemu/include/hw/ppc/
H A Dvof.h42 void (*quiesce)(MachineState *ms); member
/qemu/hw/ppc/
H A Dvof.c846 if (vmc->quiesce) { in vof_quiesce()
847 vmc->quiesce(ms); in vof_quiesce()
H A Dspapr.c4707 vmc->quiesce = spapr_vof_quiesce; in spapr_machine_class_init()