Searched refs:qemu_put_be64 (Results 1 – 12 of 12) sorted by relevance
/external/qemu/hw/ |
D | hw.h | 69 void qemu_put_be64(QEMUFile *f, uint64_t v); 102 qemu_put_be64(f, *pv); in qemu_put_be64s() 158 qemu_put_be64(f, (uint64_t)v); in qemu_put_sbe64() 228 #define qemu_put_betl qemu_put_be64
|
D | goldfish_timer.c | 43 qemu_put_be64(f, s->now_ns); /* in case the kernel is in the middle of a timer read */ in goldfish_timer_save() 48 qemu_put_be64(f, alarm_ns - now_ns); in goldfish_timer_save() 145 qemu_put_be64(f, s->now); in goldfish_rtc_save()
|
D | i8254.c | 412 qemu_put_be64(f, s->count_load_time); in pit_save() 414 qemu_put_be64(f, s->next_transition_time); in pit_save()
|
D | mc146818rtc.c | 525 qemu_put_be64(f, s->next_periodic_time); in rtc_save() 527 qemu_put_be64(f, s->next_second_time); in rtc_save()
|
D | armv7m_nvic.c | 374 qemu_put_be64(f, s->systick.tick); in nvic_save()
|
D | apic.c | 859 qemu_put_be64(f, s->initial_count_load_time); in apic_save() 860 qemu_put_be64(f, s->next_time); in apic_save()
|
D | goldfish_nand.c | 228 qemu_put_be64(f, total_size); in nand_dev_save_disk_state()
|
/external/qemu/ |
D | arch_init.c | 138 qemu_put_be64(f, offset | cont | RAM_SAVE_FLAG_COMPRESS); in ram_save_block() 147 qemu_put_be64(f, offset | cont | RAM_SAVE_FLAG_PAGE); in ram_save_block() 290 qemu_put_be64(f, ram_bytes_total() | RAM_SAVE_FLAG_MEM_SIZE); in ram_save_live() 295 qemu_put_be64(f, block->length); in ram_save_live() 332 qemu_put_be64(f, RAM_SAVE_FLAG_EOS); in ram_save_live()
|
D | qemu-timer.c | 85 qemu_put_be64(f, s->cpu_ticks_prev); in timer_save() 86 qemu_put_be64(f, s->cpu_ticks_offset); in timer_save() 87 qemu_put_be64(f, s->cpu_clock_offset); in timer_save() 701 qemu_put_be64(f, expire_time); in qemu_put_timer()
|
D | savevm.c | 667 void qemu_put_be64(QEMUFile *f, uint64_t v) in qemu_put_be64() function 718 qemu_put_be64(f, ((uint64_t*)p)[0]); in qemu_put_struct()
|
/external/qemu/target-i386/ |
D | machine.c | 69 qemu_put_be64(f, mant); in cpu_save() 77 qemu_put_be64(f, env->fpregs[i].mmx.MMX_Q(0)); in cpu_save()
|
/external/qemu/target-arm/ |
D | machine.c | 91 qemu_put_be64(f, env->iwmmxt.regs[i]); in cpu_save()
|