Home
last modified time | relevance | path

Searched refs:unmasked (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/display/
H A Dpxa2xx_lcd.c642 int unmasked; in pxa2xx_dma_bs_set() local
645 unmasked = !(s->control[0] & LCCR0_BSM0); in pxa2xx_dma_bs_set()
648 unmasked = !(s->control[5] & LCCR5_BSM(ch)); in pxa2xx_dma_bs_set()
651 if (unmasked) { in pxa2xx_dma_bs_set()
662 int unmasked; in pxa2xx_dma_sof_set() local
668 unmasked = !(s->control[0] & LCCR0_SOFM0); in pxa2xx_dma_sof_set()
671 unmasked = !(s->control[5] & LCCR5_SOFM(ch)); in pxa2xx_dma_sof_set()
674 if (unmasked) { in pxa2xx_dma_sof_set()
685 int unmasked; in pxa2xx_dma_eof_set() local
691 unmasked = !(s->control[0] & LCCR0_EOFM0); in pxa2xx_dma_eof_set()
[all …]
/qemu/hw/misc/
H A Divshmem.c85 bool unmasked; member
288 assert(!v->unmasked); in ivshmem_vector_unmask()
300 v->unmasked = true; in ivshmem_vector_unmask()
317 assert(v->unmasked); in ivshmem_vector_mask()
324 v->unmasked = false; in ivshmem_vector_mask()
807 if (s->msi_vectors[i].unmasked) { in ivshmem_disable_irqfd()
/qemu/target/arm/
H A Dcpu.c678 bool unmasked = false; in arm_excp_unmasked() local
761 unmasked = true; in arm_excp_unmasked()
766 unmasked = true; in arm_excp_unmasked()
815 unmasked = true; in arm_excp_unmasked()
824 return unmasked || pstate_unmasked; in arm_excp_unmasked()
/qemu/hw/virtio/
H A Dvirtio-pci.c1050 int ret, index, unmasked = 0; in virtio_pci_vector_unmask() local
1063 ++unmasked; in virtio_pci_vector_unmask()
1082 while (vq && unmasked >= 0) { in virtio_pci_vector_unmask()
1087 --unmasked; in virtio_pci_vector_unmask()
/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc686 /* unmasked unit stride load */
730 /* unmasked unit stride store */
1158 * unmasked unit-stride store of elements with EEW=8.
/qemu/docs/specs/
H A Drocker.txt295 the device and there is no outstanding work), then the interrupt is unmasked,