Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dbasl.h23 #undef ACPI_SIG_HPET
34 #define ACPI_SIG_HPET (const uint8_t *)"HPET" macro
H A Dacpi.c539 BASL_EXEC(basl_table_create(&table, ctx, ACPI_SIG_HPET, in build_hpet()
543 BASL_EXEC(basl_table_append_header(table, ACPI_SIG_HPET, 1, 1)); in build_hpet()
/illumos-gate/usr/src/cmd/acpi/common/
H A Dahtable.c222 {ACPI_SIG_HPET, "High Precision Event Timer table"},
H A Ddmtable.c501 {ACPI_SIG_HPET, AcpiDmTableInfoHpet, NULL, NULL, TemplateHpet},
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactbl1.h188 #define ACPI_SIG_HPET "HPET" /* High Precision Event Timer table */ macro
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c471 if (!ACPI_COMPARE_NAME(table_header->Signature, ACPI_SIG_HPET)) { in hpet_validate_table()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c2975 if ((tp = find_fw_table(rsdp, ACPI_SIG_HPET)) != NULL) in build_firmware_properties()