Lines Matching refs:acpi_table_header
83 acpi_table_header, in acpi_tb_initialize_facs()
87 acpi_table_header, in acpi_tb_initialize_facs()
176 struct acpi_table_header *acpi_tb_copy_dsdt(u32 table_index) in acpi_tb_copy_dsdt()
178 struct acpi_table_header *new_table; in acpi_tb_copy_dsdt()
285 struct acpi_table_header *table; in acpi_tb_parse_root_table()
302 ACPI_CAST_PTR(struct acpi_table_header, in acpi_tb_parse_root_table()
331 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()
343 acpi_os_unmap_memory(table, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()
345 if (length < (sizeof(struct acpi_table_header) + table_entry_size)) { in acpi_tb_parse_root_table()
367 table_count = (u32)((table->length - sizeof(struct acpi_table_header)) / in acpi_tb_parse_root_table()
369 table_entry = ACPI_ADD_PTR(u8, table, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()