Home
last modified time | relevance | path

Searched refs:PCI_NO_PASID (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpci_bus.h31 #define PCI_NO_PASID UINT32_MAX macro
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c902 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()
3692 assert(vtd_as->pasid != PCI_NO_PASID); in vtd_report_ir_illegal_access()
3762 if (pasid == PCI_NO_PASID) { in vtd_find_add_as()
[all …]