Searched defs:acpi_table_rsdp (Results 1 – 1 of 1) sorted by relevance
105 struct acpi_table_rsdp { struct106 char signature[8]; /* ACPI signature, contains "RSD PTR " */107 u8 checksum; /* ACPI 1.0 checksum */108 char oem_id[ACPI_OEM_ID_SIZE]; /* OEM identification */109 u8 revision; /* Must be (0) for ACPI 1.0 or (2) for ACPI 2.0+ */110 u32 rsdt_physical_address; /* 32-bit physical address of the RSDT */111 u32 length; /* Table length in bytes, including header (ACPI 2.0+) */112 u64 xsdt_physical_address; /* 64-bit physical address of the XSDT (ACPI 2.0+) */113 u8 extended_checksum; /* Checksum of entire table (ACPI 2.0+) */114 u8 reserved[3]; /* Reserved, must be zero */
Completed in 5 milliseconds