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

  /external/qemu/
dma-helpers.c 67 dbs->bh = qemu_bh_new(reschedule_dma, dbs);
qemu-common.h 90 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque);
block.c     [all...]
qemu-char-android.c 139 s->bh = qemu_bh_new(qemu_chr_reset_bh, s);
    [all...]
qemu-char.c 131 s->bh = qemu_bh_new(qemu_chr_reset_bh, s);
    [all...]
vl-android.c 3336 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque) function
    [all...]
vl.c 3413 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque) function
    [all...]
  /external/qemu/hw/
dma.c 569 dma_bh = qemu_bh_new(DMA_run_bh, NULL);
  /external/qemu/block/
qcow2.c 381 acb->bh = qemu_bh_new(cb, acb);

Completed in 870 milliseconds