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

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

Completed in 158 milliseconds