Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
A Dirq.c58 struct acpi_mcfg_allocation *mptr; in early_pci_mcfg_parse()
65 sizeof(struct acpi_mcfg_allocation); in early_pci_mcfg_parse()
67 mptr = (struct acpi_mcfg_allocation *) &mcfg[1]; in early_pci_mcfg_parse()
/linux/drivers/acpi/
A Dpci_mcfg.c295 struct acpi_mcfg_allocation *mptr; in pci_mcfg_parse()
303 sizeof(struct acpi_mcfg_allocation); in pci_mcfg_parse()
305 mptr = (struct acpi_mcfg_allocation *) &mcfg[1]; in pci_mcfg_parse()
/linux/arch/x86/pci/
A Dmmconfig-shared.c599 struct acpi_mcfg_allocation *cfg) in acpi_mcfg_valid_entry()
619 struct acpi_mcfg_allocation *cfg_table, *cfg; in pci_parse_mcfg()
632 while (i >= sizeof(struct acpi_mcfg_allocation)) { in pci_parse_mcfg()
634 i -= sizeof(struct acpi_mcfg_allocation); in pci_parse_mcfg()
641 cfg_table = (struct acpi_mcfg_allocation *) &mcfg[1]; in pci_parse_mcfg()
/linux/include/acpi/
A Dactbl2.h1468 struct acpi_mcfg_allocation { struct

Completed in 23 milliseconds