Searched refs:PCI_NO_PASID (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/pci/ |
H A D | pci_bus.h | 31 #define PCI_NO_PASID UINT32_MAX macro
|
/openbmc/qemu/hw/i386/ |
H A D | intel_iommu.c | 902 if (pasid == PCI_NO_PASID) { in vtd_ce_get_rid2pasid_entry() 921 if (pasid == PCI_NO_PASID) { in vtd_ce_get_pasid_fpd() 1486 return vtd_ce_get_rid2pasid_entry(s, ce, &pe, PCI_NO_PASID); in vtd_ce_rid2pasid_check() 1729 if (as->pasid != PCI_NO_PASID) { in vtd_switch_address_space() 1759 if (pt && as->pasid != PCI_NO_PASID) { in vtd_switch_address_space() 1905 bool rid2pasid = (pasid == PCI_NO_PASID) && s->root_scalable; in vtd_do_iommu_translate() 2013 addr, is_write, pasid != PCI_NO_PASID, pasid); in vtd_do_iommu_translate() 2228 if (pasid != PCI_NO_PASID && pasid != vtd_as->pasid) { in vtd_iotlb_page_invalidate_notify() 2277 vtd_iotlb_page_invalidate_notify(s, domain_id, addr, am, PCI_NO_PASID); in vtd_iotlb_page_invalidate() 3738 assert(vtd_as->pasid != PCI_NO_PASID); in vtd_report_ir_illegal_access() [all …]
|