Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dpptt.c41 if (pptt_ref + entry->length > table_hdr->length) in fetch_pptt_subtable()
71 return fetch_pptt_subtable(table_hdr, *ref); in acpi_get_pptt_resource()
225 if (table_hdr->revision > 1) in acpi_pptt_leaf_node()
228 table_end = (unsigned long)table_hdr + table_hdr->length; in acpi_pptt_leaf_node()
229 node_entry = ACPI_PTR_DIFF(node, table_hdr); in acpi_pptt_leaf_node()
270 table_end = (unsigned long)table_hdr + table_hdr->length; in acpi_find_processor_node()
285 acpi_pptt_leaf_node(table_hdr, cpu_node)) { in acpi_find_processor_node()
335 found = acpi_find_cache_level(table_hdr, cpu_node, in acpi_find_cache_node()
452 if (table_hdr->revision < 2) in flag_identical()
457 next = fetch_pptt_node(table_hdr, cpu->parent); in flag_identical()
[all …]