Home
last modified time | relevance | path

Searched refs:dest_id (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/dma/
H A Dpl080.c101 int dest_id; in pl080_run() local
138 dest_id = (ch->conf >> 6) & 0x1f; in pl080_run()
145 if ((req & (1u << dest_id)) == 0) in pl080_run()
154 || (req & (1u << dest_id)) == 0) in pl080_run()
/qemu/include/hw/i386/
H A Dintel_iommu.h183 uint64_t dest_id:32; /* Destination ID */ member
207 uint64_t dest_id:32; /* Destination ID */
/qemu/hw/xen/
H A Dxen_pt_msi.c53 int rh, dm, dest_id, deliv_mode, trig_mode; in msi_gflags() local
57 dest_id = msi_dest_id(addr); in msi_gflags()
61 result = dest_id | (rh << XEN_PT_GFLAGS_SHIFT_RH) in msi_gflags()
/qemu/linux-headers/asm-x86/
H A Dkvm.h97 __u8 dest_id; member
/qemu/hw/i386/
H A Dintel_iommu.c3962 irq->dest = irte.irte.dest_id; in vtd_remap_irq_get()