Lines Matching refs:acpi_table_header
83 acpi_table_header, in acpi_tb_initialize_facs()
89 acpi_table_header, in acpi_tb_initialize_facs()
153 struct acpi_table_header *acpi_tb_copy_dsdt(u32 table_index) in acpi_tb_copy_dsdt()
155 struct acpi_table_header *new_table; in acpi_tb_copy_dsdt()
262 struct acpi_table_header *table; in acpi_tb_parse_root_table()
279 ACPI_CAST_PTR(struct acpi_table_header, in acpi_tb_parse_root_table()
308 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()
320 acpi_os_unmap_memory(table, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()
322 if (length < (sizeof(struct acpi_table_header) + table_entry_size)) { in acpi_tb_parse_root_table()
344 table_count = (u32)((table->length - sizeof(struct acpi_table_header)) / in acpi_tb_parse_root_table()
346 table_entry = ACPI_ADD_PTR(u8, table, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()