Searched refs:pptt_ref (Results 1 – 1 of 1) sorted by relevance
25 u32 pptt_ref) in fetch_pptt_subtable() argument30 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() argument50 return (struct acpi_pptt_processor *)fetch_pptt_subtable(table_hdr, pptt_ref); in fetch_pptt_node()54 u32 pptt_ref) in fetch_pptt_cache() argument56 return (struct acpi_pptt_cache *)fetch_pptt_subtable(table_hdr, pptt_ref); in fetch_pptt_cache()
Completed in 4 milliseconds