Lines Matching refs:acpi_table_header

69 	struct acpi_table_header *table;  in acpi_tb_check_xsdt()
76 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header)); in acpi_tb_check_xsdt()
81 acpi_os_unmap_memory(table, sizeof(struct acpi_table_header)); in acpi_tb_check_xsdt()
82 if (length < sizeof(struct acpi_table_header)) in acpi_tb_check_xsdt()
92 sizeof(struct acpi_table_header)) / sizeof(u64)); in acpi_tb_check_xsdt()
94 ACPI_CAST_PTR(u8, table) + sizeof(struct acpi_table_header); in acpi_tb_check_xsdt()
126 struct acpi_table_header *header) in acpi_tb_print_table_header()
178 acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length) in acpi_tb_verify_checksum()
248 struct acpi_table_header *table; in acpi_tb_install_table()
259 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header)); in acpi_tb_install_table()
286 acpi_os_unmap_memory(table, sizeof(struct acpi_table_header)); in acpi_tb_install_table()
369 struct acpi_table_header *table; in acpi_tb_parse_root_table()
387 ACPI_CAST_PTR(struct acpi_table_header, in acpi_tb_parse_root_table()
426 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()
436 acpi_os_unmap_memory(table, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()
438 if (length < sizeof(struct acpi_table_header)) { in acpi_tb_parse_root_table()
461 sizeof(struct acpi_table_header)) / table_entry_size); in acpi_tb_parse_root_table()
468 ACPI_CAST_PTR(u8, table) + sizeof(struct acpi_table_header); in acpi_tb_parse_root_table()