Searched refs:ACPI_SIG_MADT (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | basl.h | 24 #undef ACPI_SIG_MADT 35 #define ACPI_SIG_MADT (const uint8_t *)"APIC" macro
|
H A D | acpi.c | 565 BASL_EXEC(basl_table_create(&table, ctx, ACPI_SIG_MADT, in build_madt() 569 BASL_EXEC(basl_table_append_header(table, ACPI_SIG_MADT, 1, 1)); in build_madt()
|
/illumos-gate/usr/src/cmd/acpi/common/ |
H A D | ahtable.c | 226 {ACPI_SIG_MADT, "Multiple APIC Description Table (MADT)"},
|
H A D | dmtable.c | 505 {ACPI_SIG_MADT, NULL, AcpiDmDumpMadt, DtCompileMadt, TemplateMadt},
|
/illumos-gate/usr/src/cmd/acpi/acpidump/ |
H A D | apdump.c | 507 strcpy (LocalSignature, ACPI_SIG_MADT); in ApDumpTableByName()
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | acpica.c | 549 if (AcpiGetTable(ACPI_SIG_MADT, 1, (ACPI_TABLE_HEADER **) &mat) != in acpica_get_sci()
|
H A D | osl.c | 555 if (AcpiGetTable(ACPI_SIG_MADT, 1, in acpica_find_ioapics()
|
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_util.c | 279 rc = AcpiGetTable(ACPI_SIG_MADT, 1, (ACPI_TABLE_HEADER **)&mp); in acpidev_walk_apic()
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | actbl2.h | 174 #define ACPI_SIG_MADT "APIC" /* Multiple APIC Description Table */ macro
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | mp_platform_common.c | 669 if (AcpiGetTable(ACPI_SIG_MADT, 1, in acpi_probe()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 2947 if ((tp = find_fw_table(rsdp, ACPI_SIG_MADT)) != NULL) in build_firmware_properties()
|