| /openbmc/qemu/hw/char/ |
| H A D | virtio-serial-bus.c | 724 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 D | loongarch_pic_common.c | 30 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 D | arm_gicv3_its_common.c | 46 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 D | ioapic_common.c | 149 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 D | i8259_common.c | 73 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 D | loongarch_extioi_common.c | 172 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 D | loongson_ipi_common.c | 304 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 D | arm_gic_common.c | 48 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 D | ioapic_internal.h | 96 void (*post_load)(IOAPICCommonState *s); member
|
| H A D | apic_common.c | 351 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 D | i8254_common.c | 219 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 D | i8259_internal.h | 41 void (*post_load)(PICCommonState *s); member
|
| /openbmc/qemu/include/hw/timer/ |
| H A D | i8254_internal.h | 67 void (*post_load)(PITCommonState *s); member
|
| /openbmc/qemu/include/hw/intc/ |
| H A D | loongarch_pic_common.h | 79 int (*post_load)(LoongArchPICCommonState *s, int version_id); member
|
| H A D | loongson_ipi_common.h | 52 int (*post_load)(void *opaque, int version_id); member
|
| H A D | arm_gicv3_its_common.h | 122 void (*post_load)(GICv3ITSState *s); member
|
| H A D | loongarch_extioi_common.h | 100 int (*post_load)(void *s, int version_id); member
|
| H A D | arm_gic_common.h | 165 void (*post_load)(GICState *s); member
|
| /openbmc/qemu/rust/hw/char/pl011/src/ |
| H A D | device.rs | 472 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 D | replay-snapshot.c | 53 .post_load = replay_post_load,
|
| /openbmc/qemu/target/riscv/ |
| H A D | machine.c | 65 .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 D | ioh3420.c | 90 .post_load = pcie_cap_slot_post_load,
|
| /openbmc/qemu/hw/rtc/ |
| H A D | pl031.c | 293 .post_load = pl031_tick_offset_post_load, 306 .post_load = pl031_post_load,
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | virtio-serial.h | 185 struct VirtIOSerialPostLoad *post_load; member
|
| /openbmc/qemu/migration/ |
| H A D | global_state.c | 135 .post_load = global_state_post_load,
|