Searched refs:pci_mmconfig_add (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/pci/
H A Dmmconfig-shared.c96 static struct pci_mmcfg_region *__init pci_mmconfig_add(int segment, int start, pci_mmconfig_add() function
137 if (pci_mmconfig_add(0, 0, 255, win << 16) == NULL) pci_mmcfg_e7520()
181 if (pci_mmconfig_add(0, 0, (len >> 20) - 1, pciexbar & mask) == NULL) pci_mmcfg_intel_945()
228 if (pci_mmconfig_add(i, 0, end_bus, pci_mmcfg_amd_fam10h()
290 if (pci_mmconfig_add(0, start, end, base) == NULL) pci_mmcfg_nvidia_mcp55()
602 if (pci_mmconfig_add(cfg->pci_segment, cfg->start_bus_number, pci_parse_mcfg()

Completed in 43 milliseconds