Home
last modified time | relevance | path

Searched refs:pre_save (Results 1 – 25 of 93) sorted by relevance

1234

/qemu/hw/intc/
H A Darm_gicv3_its_common.c34 if (c->pre_save) { in gicv3_its_pre_save()
35 c->pre_save(s); in gicv3_its_pre_save()
54 .pre_save = gicv3_its_pre_save,
H A Dioapic_common.c135 if (info->pre_save) { in ioapic_dispatch_pre_save()
136 info->pre_save(s); in ioapic_dispatch_pre_save()
187 .pre_save = ioapic_dispatch_pre_save,
H A Di8259_common.c62 if (info->pre_save) { in pic_dispatch_pre_save()
63 info->pre_save(s); in pic_dispatch_pre_save()
169 .pre_save = pic_dispatch_pre_save,
H A Darm_gic_common.c36 if (c->pre_save) { in gic_pre_save()
37 c->pre_save(s); in gic_pre_save()
105 .pre_save = gic_pre_save,
H A Dapic_common.c339 if (info->pre_save) { in apic_dispatch_pre_save()
340 info->pre_save(s); in apic_dispatch_pre_save()
380 .pre_save = apic_dispatch_pre_save,
H A Dioapic_internal.h95 void (*pre_save)(IOAPICCommonState *s); member
H A Darm_gicv3_common.c76 if (c->pre_save) { in gicv3_pre_save()
77 c->pre_save(s); in gicv3_pre_save()
283 .pre_save = gicv3_pre_save,
/qemu/hw/timer/
H A Di8254_common.c207 if (c->pre_save) { in pit_dispatch_pre_save()
208 c->pre_save(s); in pit_dispatch_pre_save()
229 .pre_save = pit_dispatch_pre_save,
/qemu/include/hw/isa/
H A Di8259_internal.h40 void (*pre_save)(PICCommonState *s); member
/qemu/include/hw/timer/
H A Di8254_internal.h66 void (*pre_save)(PITCommonState *s); member
/qemu/replay/
H A Dreplay-snapshot.c52 .pre_save = replay_pre_save,
/qemu/include/hw/intc/
H A Darm_gicv3_its_common.h121 void (*pre_save)(GICv3ITSState *s); member
H A Darm_gic_common.h162 void (*pre_save)(GICState *s); member
H A Darm_gicv3_common.h339 void (*pre_save)(GICv3State *s); member
/qemu/migration/
H A Dglobal_state.c136 .pre_save = global_state_pre_save,
H A Dvmstate.c359 if (vmsd->pre_save) { in vmstate_save_state_v()
360 ret = vmsd->pre_save(opaque); in vmstate_save_state_v()
/qemu/hw/tpm/
H A Dtpm_tis_sysbus.c54 .pre_save = tpm_tis_pre_save_sysbus,
H A Dtpm_tis_isa.c55 .pre_save = tpm_tis_pre_save_isa,
/qemu/hw/i386/kvm/
H A Dioapic.c147 k->pre_save = kvm_ioapic_get; in kvm_ioapic_class_init()
H A Dxen_overlay.c140 .pre_save = xen_overlay_pre_save,
H A Di8259.c150 k->pre_save = kvm_pic_get; in kvm_i8259_class_init()
H A Dclock.c297 .pre_save = kvmclock_pre_save,
/qemu/include/hw/i386/
H A Dapic_internal.h146 void (*pre_save)(APICCommonState *s); member
/qemu/hw/virtio/
H A Dvhost-vsock.c118 .pre_save = vhost_vsock_common_pre_save,
/qemu/target/m68k/
H A Dcpu.c377 .pre_save = freg_pre_save,
414 .pre_save = fpu_pre_save,

1234