Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dmmconfig-shared.c287 static struct pci_mmcfg_hostbridge_probe pci_mmcfg_probes[] __initdata = { variable
312 for (i = 0; !name && i < ARRAY_SIZE(pci_mmcfg_probes); i++) { in pci_mmcfg_check_hostbridge()
313 bus = pci_mmcfg_probes[i].bus; in pci_mmcfg_check_hostbridge()
314 devfn = pci_mmcfg_probes[i].devfn; in pci_mmcfg_check_hostbridge()
319 if (pci_mmcfg_probes[i].vendor == vendor && in pci_mmcfg_check_hostbridge()
320 pci_mmcfg_probes[i].device == device) in pci_mmcfg_check_hostbridge()
321 name = pci_mmcfg_probes[i].probe(); in pci_mmcfg_check_hostbridge()

Completed in 3 milliseconds