Lines Matching refs:acpi_table_header
49 acpi_table_header, in acpi_tb_initialize_facs()
55 acpi_table_header, in acpi_tb_initialize_facs()
120 struct acpi_table_header *acpi_tb_copy_dsdt(u32 table_index) in acpi_tb_copy_dsdt()
122 struct acpi_table_header *new_table; in acpi_tb_copy_dsdt()
228 struct acpi_table_header *table; in acpi_tb_parse_root_table()
245 ACPI_CAST_PTR(struct acpi_table_header, in acpi_tb_parse_root_table()
274 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()
286 acpi_os_unmap_memory(table, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()
288 if (length < (sizeof(struct acpi_table_header) + table_entry_size)) { in acpi_tb_parse_root_table()
310 table_count = (u32)((table->length - sizeof(struct acpi_table_header)) / in acpi_tb_parse_root_table()
312 table_entry = ACPI_ADD_PTR(u8, table, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()
369 struct acpi_table_header **out_table) in acpi_tb_get_table()