Searched defs:QEMUFile (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/build/
H A Dvl_vbox.h103 typedef struct SSMHANDLE QEMUFile; typedef in typeref:struct:SSMHANDLE
120 DECLINLINE(int) qemu_get_buffer(QEMUFile *f, uint8_t *buf, int size)
126 DECLINLINE(int) qemu_get_byte(QEMUFile *f)
133 DECLINLINE(unsigned) qemu_get_be16(QEMUFile *f)
140 DECLINLINE(unsigned) qemu_get_be32(QEMUFile *f)
147 DECLINLINE(int64_t) qemu_get_be64(QEMUFile *f)
/vbox/src/recompiler/
H A Dqemu-common.h64 typedef struct QEMUFile QEMUFile; typedef in typeref:struct:QEMUFile
285 void cpu_save(QEMUFile *f, void *opaque);
286 int cpu_load(QEMUFile *f, void *opaque, int version_id);

Completed in 57 milliseconds