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()
105 struct acpi_subtable_header *res, in acpi_pptt_walk_cache()
152 struct acpi_subtable_header *res; in acpi_find_cache_level()
219 struct acpi_subtable_header *entry; in acpi_pptt_leaf_node()
230 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, in acpi_pptt_leaf_node()
241 entry = ACPI_ADD_PTR(struct acpi_subtable_header, entry, in acpi_pptt_leaf_node()
265 struct acpi_subtable_header *entry; in acpi_find_processor_node()
271 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, in acpi_find_processor_node()
289 entry = ACPI_ADD_PTR(struct acpi_subtable_header, entry, in acpi_find_processor_node()