Searched defs:acpi_table_rsdp (Results 1 – 1 of 1) sorted by relevance
256 typedef struct acpi_table_rsdp struct258 char Signature[8]; /* ACPI signature, contains "RSD PTR " */259 UINT8 Checksum; /* ACPI 1.0 checksum */260 char OemId[ACPI_OEM_ID_SIZE]; /* OEM identification */261 …8 Revision; /* Must be (0) for ACPI 1.0 or (2) for ACPI 2.0+ */262 UINT32 RsdtPhysicalAddress; /* 32-bit physical address of the RSDT */263 … Length; /* Table length in bytes, including header (ACPI 2.0+) */264 … XsdtPhysicalAddress; /* 64-bit physical address of the XSDT (ACPI 2.0+) */265 UINT8 ExtendedChecksum; /* Checksum of entire table (ACPI 2.0+) */266 UINT8 Reserved[3]; /* Reserved, must be zero */