Searched refs:acpi_mcfg_allocation (Results 1 – 5 of 5) sorted by relevance
46 struct acpi_mcfg_allocation *pci_mmcfg_config;50 struct acpi_mcfg_allocation *cfg) in acpi_mcfg_check_entry()85 while (i >= sizeof(struct acpi_mcfg_allocation)) { in acpi_parse_mcfg()87 i -= sizeof(struct acpi_mcfg_allocation); in acpi_parse_mcfg()94 pci_mmcfg_config = xmalloc_array(struct acpi_mcfg_allocation, in acpi_parse_mcfg()
23 struct acpi_mcfg_allocation *cfg;31 struct acpi_mcfg_allocation *cfg; in get_virt()116 static void __iomem *mcfg_ioremap(const struct acpi_mcfg_allocation *cfg, in mcfg_ioremap()184 const struct acpi_mcfg_allocation *cfg = pci_mmcfg_virt[idx].cfg; in pci_mmcfg_decode()
75 pci_mmcfg_config = xzalloc(struct acpi_mcfg_allocation); in pci_mmcfg_e7520()128 pci_mmcfg_config = xzalloc(struct acpi_mcfg_allocation); in pci_mmcfg_intel_945()177 pci_mmcfg_config = xmalloc_array(struct acpi_mcfg_allocation, in pci_mmcfg_amd_fam10h()234 pci_mmcfg_config = xmalloc_array(struct acpi_mcfg_allocation, in pci_mmcfg_nvidia_mcp55()
33 extern struct acpi_mcfg_allocation *pci_mmcfg_config;
893 struct acpi_mcfg_allocation { struct
Completed in 9 milliseconds