Home
last modified time | relevance | path

Searched defs:acpi_table_rsdp (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/acpi/
Dactbl.h137 struct acpi_table_rsdp { struct
138 char signature[8]; /* ACPI signature, contains "RSD PTR " */
139 u8 checksum; /* ACPI 1.0 checksum */
140 char oem_id[ACPI_OEM_ID_SIZE]; /* OEM identification */
141 u8 revision; /* Must be (0) for ACPI 1.0 or (2) for ACPI 2.0+ */
142 u32 rsdt_physical_address; /* 32-bit physical address of the RSDT */
143 u32 length; /* Table length in bytes, including header (ACPI 2.0+) */
144 u64 xsdt_physical_address; /* 64-bit physical address of the XSDT (ACPI 2.0+) */
145 u8 extended_checksum; /* Checksum of entire table (ACPI 2.0+) */
146 u8 reserved[3]; /* Reserved, must be zero */