/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3_its_common.c | 34 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 D | ioapic_common.c | 137 if (info->pre_save) { in ioapic_dispatch_pre_save() 138 info->pre_save(s); in ioapic_dispatch_pre_save() 188 .pre_save = ioapic_dispatch_pre_save,
|
H A D | i8259_common.c | 61 if (info->pre_save) { in pic_dispatch_pre_save() 62 info->pre_save(s); in pic_dispatch_pre_save() 169 .pre_save = pic_dispatch_pre_save,
|
H A D | arm_gic_common.c | 36 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 D | apic_common.c | 339 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 D | ioapic_internal.h | 95 void (*pre_save)(IOAPICCommonState *s); member
|
H A D | arm_gicv3_common.c | 76 if (c->pre_save) { in gicv3_pre_save() 77 c->pre_save(s); in gicv3_pre_save() 283 .pre_save = gicv3_pre_save,
|
/openbmc/qemu/hw/timer/ |
H A D | i8254_common.c | 207 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,
|
/openbmc/qemu/include/hw/isa/ |
H A D | i8259_internal.h | 40 void (*pre_save)(PICCommonState *s); member
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | zeroable.rs | 62 pre_save: None,
|
/openbmc/qemu/include/hw/timer/ |
H A D | i8254_internal.h | 66 void (*pre_save)(PITCommonState *s); member
|
/openbmc/qemu/replay/ |
H A D | replay-snapshot.c | 52 .pre_save = replay_pre_save,
|
/openbmc/qemu/include/hw/intc/ |
H A D | arm_gicv3_its_common.h | 121 void (*pre_save)(GICv3ITSState *s); member
|
H A D | arm_gic_common.h | 162 void (*pre_save)(GICState *s); member
|
H A D | arm_gicv3_common.h | 313 void (*pre_save)(GICv3State *s); member
|
/openbmc/qemu/migration/ |
H A D | global_state.c | 136 .pre_save = global_state_pre_save,
|
/openbmc/qemu/hw/tpm/ |
H A D | tpm_tis_sysbus.c | 54 .pre_save = tpm_tis_pre_save_sysbus,
|
H A D | tpm_tis_isa.c | 55 .pre_save = tpm_tis_pre_save_isa,
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | ioapic.c | 147 k->pre_save = kvm_ioapic_get; in kvm_ioapic_class_init()
|
H A D | xen_overlay.c | 140 .pre_save = xen_overlay_pre_save,
|
H A D | clock.c | 297 .pre_save = kvmclock_pre_save,
|
H A D | i8259.c | 150 k->pre_save = kvm_pic_get; in kvm_i8259_class_init()
|
/openbmc/qemu/include/hw/i386/ |
H A D | apic_internal.h | 146 void (*pre_save)(APICCommonState *s); member
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-vsock.c | 118 .pre_save = vhost_vsock_common_pre_save,
|
/openbmc/qemu/target/m68k/ |
H A D | cpu.c | 393 .pre_save = freg_pre_save, 430 .pre_save = fpu_pre_save,
|