Searched refs:subtable_header (Results 1 – 1 of 1) sorted by relevance
165 struct fpdt_subtable_header *subtable_header; in fpdt_process_subtable() local176 subtable_header = acpi_os_map_memory(address, sizeof(*subtable_header)); in fpdt_process_subtable()177 if (!subtable_header) in fpdt_process_subtable()180 if (strncmp((char *)&subtable_header->signature, signature, 4)) { in fpdt_process_subtable()185 length = subtable_header->length; in fpdt_process_subtable()186 acpi_os_unmap_memory(subtable_header, sizeof(*subtable_header)); in fpdt_process_subtable()188 subtable_header = acpi_os_map_memory(address, length); in fpdt_process_subtable()189 if (!subtable_header) in fpdt_process_subtable()192 offset = sizeof(*subtable_header); in fpdt_process_subtable()194 record_header = (void *)subtable_header + offset; in fpdt_process_subtable()
Completed in 3 milliseconds