Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dacpi.c634 ACPI_MCFG_ALLOCATION mcfg_allocation; in build_mcfg() local
644 memset(&mcfg_allocation, 0, sizeof(mcfg_allocation)); in build_mcfg()
645 mcfg_allocation.Address = htole64(pci_ecfg_base()); in build_mcfg()
646 mcfg_allocation.EndBusNumber = 0xFF; in build_mcfg()
647 BASL_EXEC(basl_table_append_bytes(table, &mcfg_allocation, in build_mcfg()
648 sizeof(mcfg_allocation))); in build_mcfg()