Searched refs:sid (Results 1 – 5 of 5) sorted by relevance
| /hypervisor/arch/x86/ |
| A D | vtd.c | 994 pr_err("no dmar unit found for device: %x:%x.%x", sid.bits.b, sid.bits.d, sid.bits.f); in is_dmar_unit_valid() 996 dev_dbg(DBG_LEVEL_IOMMU, "device is ignored : %x:%x.%x", sid.bits.b, sid.bits.d, sid.bits.f); in is_dmar_unit_valid() 1017 union pci_bdf sid; in iommu_attach_device() local 1056 pr_err("already present for %x:%x.%x", bus, sid.bits.d, sid.bits.f); in iommu_attach_device() 1095 union pci_bdf sid; in iommu_detach_device() local 1304 union pci_bdf sid; in dmar_reserve_irte() local 1324 __func__, sid.bits.b, sid.bits.d, sid.bits.f, num, intr_src->is_msi, *start_id); in dmar_reserve_irte() 1333 union pci_bdf sid; in dmar_assign_irte() local 1367 irte_pi.bits.post.sid = sid.value; in dmar_assign_irte() 1378 irte->bits.remap.sid = sid.value; in dmar_assign_irte() [all …]
|
| /hypervisor/common/ |
| A D | ptdev.c | 52 const union source_id *sid) in ptirq_hash_key() argument 54 return hash64(sid->value + (uint64_t)vm, PTIRQ_ENTRY_HASHBITS); in ptirq_hash_key() 62 const union source_id *sid, const struct acrn_vm *vm) in find_ptirq_entry() argument 67 uint64_t key = ptirq_hash_key(vm, sid); in find_ptirq_entry() 75 if ((intr_type == n->intr_type) && (sid->value == n->phys_sid.value)) { in find_ptirq_entry() 86 if ((intr_type == n->intr_type) && (sid->value == n->virt_sid.value) && (vm == n->vm)) { in find_ptirq_entry()
|
| /hypervisor/include/arch/x86/asm/ |
| A D | vtd.h | 330 static inline uint64_t dma_ccmd_sid(uint16_t sid) in dma_ccmd_sid() argument 332 return (((uint64_t)sid & 0xffffUL) << 32UL); in dma_ccmd_sid() 532 uint64_t sid:16; member 551 uint64_t sid:16; member
|
| /hypervisor/include/common/ |
| A D | ptdev.h | 185 const union source_id *sid, const struct acrn_vm *vm);
|
| /hypervisor/arch/x86/guest/ |
| A D | assign.c | 433 DEFINE_INTX_SID(sid, gsi, INTX_CTLR_IOAPIC); in remove_intx_remapping() 434 entry = find_ptirq_entry(PTDEV_INTR_INTX, &sid, NULL); in remove_intx_remapping() 439 DEFINE_INTX_SID(sid, gsi, gsi_ctlr); in remove_intx_remapping() 440 entry = find_ptirq_entry(PTDEV_INTR_INTX, &sid, vm); in remove_intx_remapping()
|
Completed in 13 milliseconds