Searched refs:pptt_ref (Results 1 – 1 of 1) sorted by relevance
44 u32 pptt_ref) in fetch_pptt_subtable() argument49 if (pptt_ref < sizeof(struct acpi_subtable_header)) in fetch_pptt_subtable()52 if (pptt_ref + sizeof(struct acpi_subtable_header) > table_hdr->length) in fetch_pptt_subtable()55 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, pptt_ref); in fetch_pptt_subtable()60 if (pptt_ref + entry->length > table_hdr->length) in fetch_pptt_subtable()67 u32 pptt_ref) in fetch_pptt_node() argument69 return (struct acpi_pptt_processor *)fetch_pptt_subtable(table_hdr, pptt_ref); in fetch_pptt_node()73 u32 pptt_ref) in fetch_pptt_cache() argument75 return (struct acpi_pptt_cache *)fetch_pptt_subtable(table_hdr, pptt_ref); in fetch_pptt_cache()