Home
last modified time | relevance | path

Searched refs:post_load (Results 1 – 25 of 199) sorted by relevance

12345678

/openbmc/qemu/hw/char/
H A Dvirtio-serial-bus.c723 if (!s->post_load) { in virtio_serial_post_load_timer_cb()
726 for (i = 0 ; i < s->post_load->nr_active_ports; ++i) { in virtio_serial_post_load_timer_cb()
727 port = s->post_load->connected[i].port; in virtio_serial_post_load_timer_cb()
728 host_connected = s->post_load->connected[i].host_connected; in virtio_serial_post_load_timer_cb()
742 g_free(s->post_load->connected); in virtio_serial_post_load_timer_cb()
743 timer_free(s->post_load->timer); in virtio_serial_post_load_timer_cb()
744 g_free(s->post_load); in virtio_serial_post_load_timer_cb()
745 s->post_load = NULL; in virtio_serial_post_load_timer_cb()
754 s->post_load = g_malloc0(sizeof(*s->post_load)); in fetch_active_ports_list()
755 s->post_load->nr_active_ports = nr_active_ports; in fetch_active_ports_list()
[all …]
/openbmc/qemu/hw/intc/
H A Darm_gicv3_its_common.c46 if (c->post_load) { in gicv3_its_post_load()
47 c->post_load(s); in gicv3_its_post_load()
55 .post_load = gicv3_its_post_load,
H A Dioapic_common.c149 if (info->post_load) { in ioapic_dispatch_post_load()
150 info->post_load(s); in ioapic_dispatch_post_load()
189 .post_load = ioapic_dispatch_post_load,
H A Di8259_common.c73 if (info->post_load) { in pic_dispatch_post_load()
74 info->post_load(s); in pic_dispatch_post_load()
170 .post_load = pic_dispatch_post_load,
H A Darm_gic_common.c48 if (c->post_load) { in gic_post_load()
49 c->post_load(s); in gic_post_load()
106 .post_load = gic_post_load,
H A Dapic_common.c351 if (info->post_load) { in apic_dispatch_post_load()
352 info->post_load(s); in apic_dispatch_post_load()
381 .post_load = apic_dispatch_post_load,
H A Dioapic_internal.h96 void (*post_load)(IOAPICCommonState *s); member
H A Darm_gicv3_common.c90 if (c->post_load) { in gicv3_post_load()
91 c->post_load(s); in gicv3_post_load()
284 .post_load = gicv3_post_load,
/openbmc/qemu/hw/timer/
H A Di8254_common.c219 if (c->post_load) { in pit_dispatch_post_load()
220 c->post_load(s); in pit_dispatch_post_load()
230 .post_load = pit_dispatch_post_load,
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice_class.rs39 let result = state.as_mut().post_load(version_id as u32); in pl011_post_load()
52 post_load: Some(pl011_post_load),
/openbmc/qemu/target/riscv/
H A Dmachine.c64 .post_load = pmp_post_load,
219 .post_load = cpu_kvmtimer_post_load,
253 .post_load = debug_post_load,
393 .post_load = riscv_cpu_post_load,
/openbmc/qemu/include/hw/isa/
H A Di8259_internal.h41 void (*post_load)(PICCommonState *s); member
/openbmc/qemu/rust/qemu-api/src/
H A Dzeroable.rs61 post_load: None,
/openbmc/qemu/hw/rtc/
H A Dpl031.c293 .post_load = pl031_tick_offset_post_load,
306 .post_load = pl031_post_load,
/openbmc/qemu/include/hw/timer/
H A Di8254_internal.h67 void (*post_load)(PITCommonState *s); member
/openbmc/qemu/replay/
H A Dreplay-snapshot.c53 .post_load = replay_post_load,
/openbmc/qemu/include/hw/intc/
H A Darm_gicv3_its_common.h122 void (*post_load)(GICv3ITSState *s); member
H A Darm_gic_common.h163 void (*post_load)(GICState *s); member
/openbmc/qemu/hw/pci-bridge/
H A Dioh3420.c90 .post_load = pcie_cap_slot_post_load,
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-serial.h185 struct VirtIOSerialPostLoad *post_load; member
/openbmc/qemu/migration/
H A Dglobal_state.c135 .post_load = global_state_post_load,
/openbmc/qemu/target/openrisc/
H A Dmachine.c137 .post_load = cpu_post_load,
/openbmc/qemu/docs/devel/migration/
H A Dmain.rst267 The 'pre_load' and 'post_load' functions on subsections are only
270 One important note is that the outer post_load() function is called "after"
273 post_load can be used to detect whether a subsection was loaded, and to
293 .post_load = ide_drive_pio_post_load,
312 .post_load = ide_drive_post_load,
432 - ``int (*post_load)(void *opaque, int version_id);``
455 indication that you need to call these functions in a ``post_load`` callback.
471 in a ``post_load`` hook.) Otherwise, restore will not be deterministic,
/openbmc/qemu/include/hw/ppc/
H A Dspapr_irq.h79 int (*post_load)(SpaprInterruptController *intc, int version_id); member
/openbmc/qemu/hw/nvram/
H A Dds1225y.c104 .post_load = nvram_post_load,

12345678