/qemu/hw/intc/ |
H A D | loongarch_pic_common.c | 18 if (lpcc->pre_save) { in loongarch_pic_pre_save() 19 return lpcc->pre_save(s); in loongarch_pic_pre_save() 89 .pre_save = loongarch_pic_pre_save,
|
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 | loongarch_extioi_common.c | 153 if (lecc->pre_save) { in loongarch_extioi_common_pre_save() 154 return lecc->pre_save(s); in loongarch_extioi_common_pre_save() 186 .pre_save = loongarch_extioi_common_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,
|
/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,
|
/qemu/include/hw/isa/ |
H A D | i8259_internal.h | 40 void (*pre_save)(PICCommonState *s); member
|
/qemu/include/hw/intc/ |
H A D | loongarch_pic_common.h | 77 int (*pre_save)(LoongArchPICCommonState *s); member
|
H A D | arm_gicv3_its_common.h | 121 void (*pre_save)(GICv3ITSState *s); member
|
H A D | loongarch_extioi_common.h | 98 int (*pre_save)(void *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
|
/qemu/include/hw/timer/ |
H A D | i8254_internal.h | 66 void (*pre_save)(PITCommonState *s); member
|
/qemu/replay/ |
H A D | replay-snapshot.c | 52 .pre_save = replay_pre_save,
|
/qemu/migration/ |
H A D | global_state.c | 136 .pre_save = global_state_pre_save,
|
/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,
|
/qemu/hw/i386/kvm/ |
H A D | ioapic.c | 146 k->pre_save = kvm_ioapic_get; in kvm_ioapic_class_init()
|
H A D | xen_overlay.c | 140 .pre_save = xen_overlay_pre_save,
|
/qemu/hw/virtio/ |
H A D | vhost-vsock.c | 119 .pre_save = vhost_vsock_common_pre_save,
|
/qemu/include/hw/i386/ |
H A D | apic_internal.h | 146 void (*pre_save)(APICCommonState *s); member
|