Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dacpi.c643 ACPI_MCFG_ALLOCATION mcfg_allocation; in build_mcfg() local
653 memset(&mcfg_allocation, 0, sizeof(mcfg_allocation)); in build_mcfg()
654 mcfg_allocation.Address = htole64(pci_ecfg_base()); in build_mcfg()
655 mcfg_allocation.EndBusNumber = 0xFF; in build_mcfg()
656 BASL_EXEC(basl_table_append_bytes(table, &mcfg_allocation, in build_mcfg()
657 sizeof(mcfg_allocation))); in build_mcfg()