Home
last modified time | relevance | path

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

123456789

/openbmc/qemu/hw/char/
H A Dvirtio-serial-bus.c723 if (!s->post_load) { 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()
756 s->post_load->connected = in fetch_active_ports_list()
794 timer_mod(s->post_load->timer, 1); in fetch_active_ports_list()
1092 vser->post_load = NULL; in virtio_serial_device_realize()
1135 if (vser->post_load) { in virtio_serial_device_unrealize()
[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.c147 if (info->post_load) { in ioapic_dispatch_post_load()
148 info->post_load(s); in ioapic_dispatch_post_load()
184 .post_load = ioapic_dispatch_post_load,
H A Di8259_common.c74 if (info->post_load) { in pic_dispatch_post_load()
75 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 Dioapic_internal.h96 void (*post_load)(IOAPICCommonState *s); member
H A Dapic_common.c335 if (info->post_load) { in apic_dispatch_post_load()
336 info->post_load(s); in apic_dispatch_post_load()
365 .post_load = apic_dispatch_post_load,
H A Darm_gicv3_common.c90 if (c->post_load) { in gicv3_post_load()
91 c->post_load(s); in gicv3_post_load()
247 .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/target/riscv/
H A Dmachine.c64 .post_load = pmp_post_load,
220 .post_load = cpu_kvmtimer_post_load,
254 .post_load = debug_post_load,
359 .post_load = riscv_cpu_post_load,
/openbmc/qemu/include/hw/isa/
H A Di8259_internal.h41 void (*post_load)(PICCommonState *s); member
/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/hw/rtc/
H A Dpl031.c293 .post_load = pl031_tick_offset_post_load,
306 .post_load = pl031_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.h161 void (*post_load)(GICState *s); member
/openbmc/qemu/hw/pci-bridge/
H A Dioh3420.c90 .post_load = pcie_cap_slot_post_load,
H A Dgen_pcie_root_port.c119 .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.c131 .post_load = global_state_post_load,
/openbmc/qemu/target/openrisc/
H A Dmachine.c137 .post_load = cpu_post_load,
/openbmc/qemu/include/hw/ppc/
H A Dspapr_irq.h67 int (*post_load)(SpaprInterruptController *intc, int version_id); member
/openbmc/qemu/hw/nvram/
H A Dds1225y.c104 .post_load = nvram_post_load,
/openbmc/qemu/hw/display/
H A Dramfb.c131 .post_load = ramfb_post_load,
/openbmc/qemu/hw/input/
H A Dads7846.c132 .post_load = ads7856_post_load,

123456789