Searched refs:PCI_BUS (Results 1 – 13 of 13) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | pci.c | 93 pdev = pci_get_pdev(seg, PCI_BUS(bdf), PCI_DEVFN2(bdf)); in pci_conf_write_intercept()
|
A D | mm.c | 4456 pci_mmcfg_write(mmio_ctxt->seg, PCI_BUS(mmio_ctxt->bdf), in mmcfg_intercept_write()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_init.c | 441 __msi_set_enable(iommu->seg, PCI_BUS(iommu->bdf), PCI_SLOT(iommu->bdf), in amd_iommu_msi_enable() 583 pci_check_disable_device(iommu->seg, PCI_BUS(bdf), in parse_event_log_entry() 673 bus = PCI_BUS(device_id); in parse_ppr_log_entry() 791 iommu->msi.dev = pci_get_pdev(iommu->seg, PCI_BUS(iommu->bdf), in set_iommu_interrupt_handler() 797 iommu->seg, PCI_BUS(iommu->bdf), in set_iommu_interrupt_handler() 801 control = pci_conf_read16(iommu->seg, PCI_BUS(iommu->bdf), in set_iommu_interrupt_handler() 838 u8 bus = PCI_BUS(iommu->bdf); in amd_iommu_erratum_746_workaround()
|
A D | iommu_detect.c | 140 bus = PCI_BUS(iommu->bdf); in amd_iommu_detect_one_acpi()
|
A D | iommu_intr.c | 515 seg, PCI_BUS(bdf), PCI_SLOT(bdf), PCI_FUNC(bdf)); in _find_iommu_for_device() 691 PCI_BUS(ivrs_mapping->dte_requestor_id), in dump_intremap_mapping()
|
A D | iommu_acpi.c | 721 seg, PCI_BUS(bdf), PCI_SLOT(bdf), PCI_FUNC(bdf), in parse_ivhd_device_special() 747 PCI_BUS(bdf), PCI_SLOT(bdf), PCI_FUNC(bdf)); in parse_ivhd_device_special() 818 hpet_sbdf.id, special->handle, seg, PCI_BUS(bdf), in parse_ivhd_device_special()
|
A D | pci_amd_iommu.c | 54 seg, PCI_BUS(bdf), PCI_SLOT(bdf), PCI_FUNC(bdf)); in find_iommu_for_device()
|
/xen-4.10.0-shim-comet/xen/drivers/pci/ |
A D | pci.c | 155 bus != PCI_BUS(PCI_BDF2(bus, 0)) || in parse_pci_seg()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/ |
A D | iommu.c | 884 seg, PCI_BUS(source_id), PCI_SLOT(source_id), in iommu_page_fault_do_one() 892 seg, PCI_BUS(source_id), PCI_SLOT(source_id), in iommu_page_fault_do_one() 900 seg, PCI_BUS(source_id), PCI_SLOT(source_id), in iommu_page_fault_do_one() 910 print_vtd_entries(iommu, PCI_BUS(source_id), PCI_DEVFN2(source_id), in iommu_page_fault_do_one() 988 PCI_BUS(source_id), PCI_DEVFN2(source_id)); in __do_iommu_page_fault() 1991 PCI_BUS(bdf) == pdev->bus && in intel_iommu_add_device() 2037 PCI_BUS(bdf) != pdev->bus || in intel_iommu_remove_device() 2362 PCI_BUS(bdf) == pdev->bus && in reassign_device_ownership() 2430 PCI_BUS(bdf) == bus && in intel_iommu_assign_device() 2456 PCI_BUS(bdf) == bus && in intel_iommu_assign_device()
|
A D | dmar.c | 533 b = PCI_BUS(dmaru->scope.devices[i]); in acpi_parse_one_drhd() 594 u8 b = PCI_BUS(rmrru->scope.devices[i]); in register_one_rmrr()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | io.c | 273 *bus = PCI_BUS(bdf); in hvm_pci_decode_addr()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | pci.h | 30 #define PCI_BUS(bdf) (((bdf) >> 8) & 0xff) macro
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | pci.c | 1586 bus = PCI_BUS(domctl->u.get_device_group.machine_sbdf); in iommu_do_pci_domctl() 1637 bus = PCI_BUS(machine_sbdf); in iommu_do_pci_domctl() 1688 bus = PCI_BUS(machine_sbdf); in iommu_do_pci_domctl()
|
Completed in 31 milliseconds