Searched refs:ACPI_SIG_PPTT (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/acpi/ |
D | pptt.c | 530 status = acpi_get_table(ACPI_SIG_PPTT, 0, &table); in find_acpi_cpu_topology_tag() 564 status = acpi_get_table(ACPI_SIG_PPTT, 0, &table); in check_acpi_cpu_flag() 601 status = acpi_get_table(ACPI_SIG_PPTT, 0, &table); in acpi_find_last_cache_level() 633 status = acpi_get_table(ACPI_SIG_PPTT, 0, &table); in cache_setup_acpi() 701 status = acpi_get_table(ACPI_SIG_PPTT, 0, &table); in find_acpi_cpu_cache_topology()
|
D | tables.c | 503 ACPI_SIG_IORT, ACPI_SIG_NFIT, ACPI_SIG_HMAT, ACPI_SIG_PPTT,
|
/Linux-v5.4/include/acpi/ |
D | actbl2.h | 41 #define ACPI_SIG_PPTT "PPTT" /* Processor Properties Topology Table */ macro
|