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()
141 struct acpi_subtable_header *res; in acpi_find_cache_level()
207 struct acpi_subtable_header *entry; in acpi_pptt_leaf_node()
218 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, in acpi_pptt_leaf_node()
229 entry = ACPI_ADD_PTR(struct acpi_subtable_header, entry, in acpi_pptt_leaf_node()
253 struct acpi_subtable_header *entry; in acpi_find_processor_node()
259 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, in acpi_find_processor_node()
277 entry = ACPI_ADD_PTR(struct acpi_subtable_header, entry, in acpi_find_processor_node()