Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dacpi.c569 ACPI_MADT_IO_APIC madt_ioapic; in build_madt() local
596 memset(&madt_ioapic, 0, sizeof(madt_ioapic)); in build_madt()
597 madt_ioapic.Header.Type = ACPI_MADT_TYPE_IO_APIC; in build_madt()
598 madt_ioapic.Header.Length = sizeof(madt_ioapic); in build_madt()
599 madt_ioapic.Address = htole32(BHYVE_ADDRESS_IOAPIC); in build_madt()
601 basl_table_append_bytes(table, &madt_ioapic, sizeof(madt_ioapic))); in build_madt()