Lines Matching refs:acpi_subtable_header
24 static struct acpi_subtable_header *fetch_pptt_subtable(struct acpi_table_header *table_hdr, in fetch_pptt_subtable()
27 struct acpi_subtable_header *entry; in fetch_pptt_subtable()
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()
59 static struct acpi_subtable_header *acpi_get_pptt_resource(struct acpi_table_header *table_hdr, in acpi_get_pptt_resource()
103 struct acpi_subtable_header *res, in acpi_pptt_walk_cache()
140 struct acpi_subtable_header *res; in acpi_find_cache_level()
206 struct acpi_subtable_header *entry; in acpi_pptt_leaf_node()
214 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, in acpi_pptt_leaf_node()
225 entry = ACPI_ADD_PTR(struct acpi_subtable_header, entry, in acpi_pptt_leaf_node()
249 struct acpi_subtable_header *entry; in acpi_find_processor_node()
255 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, in acpi_find_processor_node()
273 entry = ACPI_ADD_PTR(struct acpi_subtable_header, entry, in acpi_find_processor_node()