Lines Matching refs:acpi_table_header
49 acpi_table_header,
55 acpi_table_header,
120 struct acpi_table_header *acpi_tb_copy_dsdt(u32 table_index)
122 struct acpi_table_header *new_table;
229 struct acpi_table_header *table;
246 ACPI_CAST_PTR(struct acpi_table_header,
275 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header));
287 acpi_os_unmap_memory(table, sizeof(struct acpi_table_header));
289 if (length < (sizeof(struct acpi_table_header) + table_entry_size)) {
311 table_count = (u32)((table->length - sizeof(struct acpi_table_header)) /
313 table_entry = ACPI_ADD_PTR(u8, table, sizeof(struct acpi_table_header));
370 struct acpi_table_header **out_table)