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;
228 struct acpi_table_header *table;
245 ACPI_CAST_PTR(struct acpi_table_header,
274 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header));
286 acpi_os_unmap_memory(table, sizeof(struct acpi_table_header));
288 if (length < (sizeof(struct acpi_table_header) + table_entry_size)) {
310 table_count = (u32)((table->length - sizeof(struct acpi_table_header)) /
312 table_entry = ACPI_ADD_PTR(u8, table, sizeof(struct acpi_table_header));
369 struct acpi_table_header **out_table)