Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/
Dpptt.c506 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()
Dtables.c465 ACPI_SIG_NFIT, ACPI_SIG_HMAT, ACPI_SIG_PPTT, NULL };
/Linux-v4.19/include/acpi/
Dactbl2.h41 #define ACPI_SIG_PPTT "PPTT" /* Processor Properties Topology Table */ macro