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

  /external/qemu/hw/
hw.h 58 void qemu_put_byte(QEMUFile *f, int v);
62 qemu_put_byte(f, (int)v);
65 #define qemu_put_sbyte qemu_put_byte
117 qemu_put_byte(f, *pv);
goldfish_switch.c 45 qemu_put_byte(f, s->state_changed);
46 qemu_put_byte(f, s->int_enable);
goldfish_fb.c 76 qemu_put_byte(f, 0);
79 qemu_put_byte(f, s->base_valid);
80 qemu_put_byte(f, s->need_update);
81 qemu_put_byte(f, s->need_int);
82 qemu_put_byte(f, s->set_rotation);
83 qemu_put_byte(f, s->blank);
goldfish_tty.c 49 qemu_put_byte( f, s->ready );
50 qemu_put_byte( f, s->data_count );
arm_gic.c 672 qemu_put_byte(f, s->irq_state[i].enabled);
673 qemu_put_byte(f, s->irq_state[i].pending);
674 qemu_put_byte(f, s->irq_state[i].active);
675 qemu_put_byte(f, s->irq_state[i].level);
676 qemu_put_byte(f, s->irq_state[i].model);
677 qemu_put_byte(f, s->irq_state[i].trigger);
goldfish_pipe.c 224 qemu_put_byte(file, 0);
227 qemu_put_byte(file, 1);
233 qemu_put_byte(file, (int)pipe->wanted);
234 qemu_put_byte(file, (int)pipe->closed);
238 qemu_put_byte(file, 1);
241 qemu_put_byte(file, 0);
    [all...]
goldfish_timer.c 44 qemu_put_byte(f, s->armed);
smc91c111.c 84 qemu_put_byte(f, s->int_level);
85 qemu_put_byte(f, s->int_mask);
  /external/qemu/
savevm.c 517 void qemu_put_byte(QEMUFile *f, int v) function
655 qemu_put_byte(f, v >> 8);
656 qemu_put_byte(f, v);
661 qemu_put_byte(f, v >> 24);
662 qemu_put_byte(f, v >> 16);
663 qemu_put_byte(f, v >> 8);
664 qemu_put_byte(f, v);
709 qemu_put_byte(f, p[0]);
914 qemu_put_byte(f, QEMU_VM_SECTION_START);
919 qemu_put_byte(f, len)
    [all...]
arch_init.c 140 qemu_put_byte(f, strlen(block->idstr));
144 qemu_put_byte(f, *p);
149 qemu_put_byte(f, strlen(block->idstr));
293 qemu_put_byte(f, strlen(block->idstr));
  /external/qemu/slirp/
slirp.c 901 qemu_put_byte(f, tp->t_oobflags);
902 qemu_put_byte(f, tp->t_iobc);
904 qemu_put_byte(f, tp->snd_scale);
905 qemu_put_byte(f, tp->rcv_scale);
906 qemu_put_byte(f, tp->request_r_scale);
907 qemu_put_byte(f, tp->requested_s_scale);
933 qemu_put_byte(f, so->so_iptos);
934 qemu_put_byte(f, so->so_emu);
935 qemu_put_byte(f, so->so_type);
953 qemu_put_byte(f, 42)
    [all...]
  /external/qemu/slirp-android/
slirp.c     [all...]
  /external/qemu/telephony/
android_modem.c 534 qemu_put_byte(f, modem->call_count);
541 qemu_put_byte( f, call->dir );
542 qemu_put_byte( f, call->state );
543 qemu_put_byte( f, call->mode );
    [all...]

Completed in 1117 milliseconds