Home
last modified time | relevance | path

Searched refs:PCI_BUS (Results 1 – 12 of 12) sorted by relevance

/xen/xen/arch/x86/
A Dpci.c93 pdev = pci_get_pdev(seg, PCI_BUS(bdf), PCI_DEVFN2(bdf)); in pci_conf_write_intercept()
A Dmm.c5025 pci_mmcfg_write(mmio_ctxt->seg, PCI_BUS(mmio_ctxt->bdf), in mmcfg_intercept_write()
/xen/xen/drivers/passthrough/amd/
A Diommu_init.c408 __msi_set_enable(iommu->seg, PCI_BUS(iommu->bdf), PCI_SLOT(iommu->bdf), in amd_iommu_msi_enable()
563 code_str, iommu->seg, PCI_BUS(device_id), PCI_SLOT(device_id), in parse_event_log_entry()
578 pci_check_disable_device(iommu->seg, PCI_BUS(bdf), in parse_event_log_entry()
639 bus = PCI_BUS(device_id); in parse_ppr_log_entry()
751 iommu->msi.dev = pci_get_pdev(iommu->seg, PCI_BUS(iommu->bdf), in set_iommu_interrupt_handler()
757 iommu->seg, PCI_BUS(iommu->bdf), in set_iommu_interrupt_handler()
844 u8 bus = PCI_BUS(iommu->bdf); in amd_iommu_erratum_746_workaround()
1275 pdev = pci_get_pdev(seg, PCI_BUS(bdf), PCI_DEVFN2(bdf)); in amd_iommu_setup_device_table()
A Diommu_detect.c170 bus = PCI_BUS(iommu->bdf); in amd_iommu_detect_one_acpi()
A Diommu_acpi.c96 iommu->seg, PCI_BUS(alias_id), PCI_SLOT(alias_id), in add_ivrs_mapping_entry()
742 seg, PCI_BUS(bdf), PCI_SLOT(bdf), PCI_FUNC(bdf), in parse_ivhd_device_special()
769 PCI_BUS(bdf), PCI_SLOT(bdf), PCI_FUNC(bdf)); in parse_ivhd_device_special()
840 hpet_sbdf.id, special->handle, seg, PCI_BUS(bdf), in parse_ivhd_device_special()
A Diommu_intr.c614 seg, PCI_BUS(bdf), PCI_SLOT(bdf), PCI_FUNC(bdf)); in _find_iommu_for_device()
867 PCI_BUS(ivrs_mapping->dte_requestor_id), in dump_intremap_table()
A Dpci_amd_iommu.c54 seg, PCI_BUS(bdf), PCI_SLOT(bdf), PCI_FUNC(bdf)); in find_iommu_for_device()
/xen/xen/drivers/passthrough/vtd/
A Diommu.c879 seg, PCI_BUS(source_id), PCI_SLOT(source_id), in iommu_page_fault_do_one()
887 seg, PCI_BUS(source_id), PCI_SLOT(source_id), in iommu_page_fault_do_one()
895 seg, PCI_BUS(source_id), PCI_SLOT(source_id), in iommu_page_fault_do_one()
905 print_vtd_entries(iommu, PCI_BUS(source_id), PCI_DEVFN2(source_id), in iommu_page_fault_do_one()
983 PCI_BUS(source_id), PCI_DEVFN2(source_id)); in __do_iommu_page_fault()
2005 PCI_BUS(bdf) == pdev->bus && in intel_iommu_add_device()
2051 PCI_BUS(bdf) != pdev->bus || in intel_iommu_remove_device()
2383 PCI_BUS(bdf) == pdev->bus && in reassign_device_ownership()
2458 PCI_BUS(bdf) == bus && in intel_iommu_assign_device()
2484 PCI_BUS(bdf) == bus && in intel_iommu_assign_device()
A Ddmar.c522 b = PCI_BUS(dmaru->scope.devices[i]); in acpi_parse_one_drhd()
558 u8 b = PCI_BUS(rmrru->scope.devices[i]); in register_one_rmrr()
/xen/xen/drivers/pci/
A Dpci.c165 bus != PCI_BUS(PCI_BDF2(bus, 0)) || in parse_pci_seg()
/xen/xen/include/xen/
A Dpci.h30 #define PCI_BUS(bdf) (((bdf) >> 8) & 0xff) macro
/xen/xen/drivers/passthrough/
A Dpci.c1660 bus = PCI_BUS(domctl->u.get_device_group.machine_sbdf); in iommu_do_pci_domctl()
1711 bus = PCI_BUS(machine_sbdf); in iommu_do_pci_domctl()
1757 bus = PCI_BUS(machine_sbdf); in iommu_do_pci_domctl()

Completed in 34 milliseconds