HomeSort by relevance Sort by last modified time
    Searched refs:qemu_put_be64 (Results 1 - 12 of 12) sorted by null

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

Completed in 230 milliseconds