Searched refs:qemu_get_sbe64 (Results 1 – 3 of 3) sorted by relevance
276 s->cpu_ticks_prev = qemu_get_sbe64(f); in timer_load()277 s->cpu_ticks_offset = qemu_get_sbe64(f); in timer_load()279 s->cpu_clock_offset = qemu_get_sbe64(f); in timer_load()
27 #define qemu_get_sbetl qemu_get_sbe64
247 static inline int64_t qemu_get_sbe64(QEMUFile *f) in qemu_get_sbe64() function