Home
last modified time | relevance | path

Searched defs:post_load (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/include/hw/ppc/
H A Dspapr_irq.h79 int (*post_load)(SpaprInterruptController *intc, int version_id); member
/openbmc/qemu/include/hw/timer/
H A Di8254_internal.h67 void (*post_load)(PITCommonState *s); member
/openbmc/qemu/include/hw/isa/
H A Di8259_internal.h41 void (*post_load)(PICCommonState *s); member
/openbmc/qemu/hw/intc/
H A Dioapic_internal.h96 void (*post_load)(IOAPICCommonState *s); member
/openbmc/qemu/include/hw/intc/
H A Darm_gicv3_its_common.h122 void (*post_load)(GICv3ITSState *s); member
H A Darm_gic_common.h163 void (*post_load)(GICState *s); member
H A Darm_gicv3_common.h314 void (*post_load)(GICv3State *s); member
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-serial.h185 struct VirtIOSerialPostLoad *post_load; member
H A Dvirtio.h225 int (*post_load)(VirtIODevice *vdev); member
/openbmc/qemu/include/hw/i386/
H A Dapic_internal.h147 void (*post_load)(APICCommonState *s); member
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs506 pub fn post_load(&mut self, _version_id: u32) -> Result<(), ()> { in post_load() method
/openbmc/qemu/include/migration/
H A Dvmstate.h205 int (*post_load)(void *opaque, int version_id); member