Searched refs:mcfg_allocation (Results 1 – 1 of 1) sorted by relevance
689 ACPI_MCFG_ALLOCATION mcfg_allocation; in build_mcfg() local699 memset(&mcfg_allocation, 0, sizeof(mcfg_allocation)); in build_mcfg()700 mcfg_allocation.Address = htole64(pci_ecfg_base()); in build_mcfg()701 mcfg_allocation.EndBusNumber = 0xFF; in build_mcfg()702 BASL_EXEC(basl_table_append_bytes(table, &mcfg_allocation, in build_mcfg()703 sizeof(mcfg_allocation))); in build_mcfg()