Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/acpi/
A Dpptt.c25 u32 pptt_ref) in fetch_pptt_subtable() argument
30 if (pptt_ref < sizeof(struct acpi_subtable_header)) in fetch_pptt_subtable()
33 if (pptt_ref + sizeof(struct acpi_subtable_header) > table_hdr->length) in fetch_pptt_subtable()
36 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, pptt_ref); in fetch_pptt_subtable()
41 if (pptt_ref + entry->length > table_hdr->length) in fetch_pptt_subtable()
48 u32 pptt_ref) in fetch_pptt_node() argument
50 return (struct acpi_pptt_processor *)fetch_pptt_subtable(table_hdr, pptt_ref); in fetch_pptt_node()
54 u32 pptt_ref) in fetch_pptt_cache() argument
56 return (struct acpi_pptt_cache *)fetch_pptt_subtable(table_hdr, pptt_ref); in fetch_pptt_cache()

Completed in 4 milliseconds