Searched refs:ACPI_SIG_PRMT (Results 1 – 3 of 3) sorted by relevance
332 status = acpi_get_table(ACPI_SIG_PRMT, 0, &tbl); in init_prmt()336 mc = acpi_table_parse_entries(ACPI_SIG_PRMT, sizeof(struct acpi_table_prmt) + in init_prmt()
293 if (strncmp(id, ACPI_SIG_PRMT, 4) == 0) in acpi_get_subtable_type()
48 #define ACPI_SIG_PRMT "PRMT" /* Platform Runtime Mechanism Table */ macro