Searched refs:pl330_queue_find_insn (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/dma/ |
H A D | pl330.c | 549 static PL330QueueEntry *pl330_queue_find_insn(PL330Queue *s, uint8_t tag, in pl330_queue_find_insn() function 653 pl330_queue_find_insn(&s->read_queue, ch->tag, false) != NULL || in pl330_dmaend() 654 pl330_queue_find_insn(&s->write_queue, ch->tag, false) != NULL) { in pl330_dmaend() 870 if (pl330_queue_find_insn(&ch->parent->read_queue, ch->tag, false)) { in pl330_dmarmb() 1056 if (pl330_queue_find_insn(&ch->parent->write_queue, ch->tag, false)) { in pl330_dmawmb() 1182 q = pl330_queue_find_insn(&s->read_queue, PL330_UNTAGGED, true); in pl330_exec_cycle() 1206 q = pl330_queue_find_insn(&s->write_queue, pl330_fifo_tag(&s->fifo), true); in pl330_exec_cycle()
|