Home
last modified time | relevance | path

Searched refs:ACPI_HEADER_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/acpi/
Dosl.c591 #define ACPI_HEADER_SIZE sizeof(struct acpi_table_header) macro
754 if (table_offset + ACPI_HEADER_SIZE > all_tables_size) { in acpi_os_physical_table_override()
760 ACPI_HEADER_SIZE); in acpi_os_physical_table_override()
763 acpi_os_unmap_memory(table, ACPI_HEADER_SIZE); in acpi_os_physical_table_override()
772 ACPI_HEADER_SIZE); in acpi_os_physical_table_override()
780 ACPI_HEADER_SIZE); in acpi_os_physical_table_override()
786 acpi_os_unmap_memory(table, ACPI_HEADER_SIZE); in acpi_os_physical_table_override()
789 } while (table_offset + ACPI_HEADER_SIZE < all_tables_size); in acpi_os_physical_table_override()