Home
last modified time | relevance | path

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

123456789

/openbmc/qemu/hw/char/
H A Dvirtio-serial-bus.c724 if (!s->post_load) { in virtio_serial_post_load_timer_cb()
727 for (i = 0 ; i < s->post_load->nr_active_ports; ++i) { in virtio_serial_post_load_timer_cb()
728 port = s->post_load->connected[i].port; in virtio_serial_post_load_timer_cb()
729 host_connected = s->post_load->connected[i].host_connected; in virtio_serial_post_load_timer_cb()
743 g_free(s->post_load->connected); in virtio_serial_post_load_timer_cb()
744 timer_free(s->post_load->timer); in virtio_serial_post_load_timer_cb()
745 g_free(s->post_load); in virtio_serial_post_load_timer_cb()
746 s->post_load = NULL; in virtio_serial_post_load_timer_cb()
755 s->post_load = g_malloc0(sizeof(*s->post_load)); in fetch_active_ports_list()
756 s->post_load->nr_active_ports = nr_active_ports; in fetch_active_ports_list()
[all …]
/openbmc/qemu/hw/intc/
H A Dloongarch_pic_common.c30 if (lpcc->post_load) { in loongarch_pic_post_load()
31 return lpcc->post_load(s, version_id); in loongarch_pic_post_load()
90 .post_load = loongarch_pic_post_load,
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 Dloongarch_extioi_common.c172 if (lecc->post_load) { in loongarch_extioi_common_post_load()
173 return lecc->post_load(s, version_id); in loongarch_extioi_common_post_load()
194 .post_load = loongarch_extioi_common_post_load,
H A Dloongson_ipi_common.c304 if (licc->post_load) { in loongson_ipi_common_post_load()
305 return licc->post_load(s, version_id); in loongson_ipi_common_post_load()
316 .post_load = loongson_ipi_common_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.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,
/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/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/include/hw/intc/
H A Dloongarch_pic_common.h79 int (*post_load)(LoongArchPICCommonState *s, int version_id); member
H A Dloongson_ipi_common.h52 int (*post_load)(void *opaque, int version_id); member
H A Darm_gicv3_its_common.h122 void (*post_load)(GICv3ITSState *s); member
H A Dloongarch_extioi_common.h100 int (*post_load)(void *s, int version_id); member
H A Darm_gic_common.h165 void (*post_load)(GICState *s); member
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs472 pub fn post_load(&mut self) -> Result<(), ()> { in post_load() method
650 pub fn post_load(&self, _version_id: u32) -> Result<(), ()> { in post_load() method
651 self.regs.borrow_mut().post_load() in post_load()
739 let result = unsafe { state.as_ref().post_load(version_id as u32) }; in pl011_post_load()
775 post_load: Some(pl011_post_load),
/openbmc/qemu/replay/
H A Dreplay-snapshot.c53 .post_load = replay_post_load,
/openbmc/qemu/target/riscv/
H A Dmachine.c65 .post_load = pmp_post_load,
211 .post_load = cpu_kvmtimer_post_load,
245 .post_load = debug_post_load,
408 .post_load = riscv_cpu_post_load,
/openbmc/qemu/hw/pci-bridge/
H A Dioh3420.c90 .post_load = pcie_cap_slot_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/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,

123456789