Searched refs:ACPI_SIG_PPTT (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/acpi/ |
D | pptt.c | 506 status = acpi_get_table(ACPI_SIG_PPTT, 0, &table); in find_acpi_cpu_topology_tag() 539 status = acpi_get_table(ACPI_SIG_PPTT, 0, &table); in acpi_find_last_cache_level() 571 status = acpi_get_table(ACPI_SIG_PPTT, 0, &table); in cache_setup_acpi() 625 status = acpi_get_table(ACPI_SIG_PPTT, 0, &table); in find_acpi_cpu_cache_topology()
|
D | tables.c | 465 ACPI_SIG_NFIT, ACPI_SIG_HMAT, ACPI_SIG_PPTT, NULL };
|
/Linux-v4.19/include/acpi/ |
D | actbl2.h | 41 #define ACPI_SIG_PPTT "PPTT" /* Processor Properties Topology Table */ macro
|