Searched refs:subtable_header (Results 1 – 1 of 1) sorted by relevance
148 struct fpdt_subtable_header *subtable_header; in fpdt_process_subtable() local154 subtable_header = acpi_os_map_memory(address, sizeof(*subtable_header)); in fpdt_process_subtable()155 if (!subtable_header) in fpdt_process_subtable()158 if (strncmp((char *)&subtable_header->signature, signature, 4)) { in fpdt_process_subtable()163 length = subtable_header->length; in fpdt_process_subtable()164 acpi_os_unmap_memory(subtable_header, sizeof(*subtable_header)); in fpdt_process_subtable()166 subtable_header = acpi_os_map_memory(address, length); in fpdt_process_subtable()167 if (!subtable_header) in fpdt_process_subtable()170 offset = sizeof(*subtable_header); in fpdt_process_subtable()172 record_header = (void *)subtable_header + offset; in fpdt_process_subtable()