Searched defs:acpi_table_rsdp (Results 1 – 1 of 1) sorted by relevance
148 typedef struct acpi_table_rsdp struct150 char Signature[8]; /* ACPI signature, contains "RSD PTR " */151 UINT8 Checksum; /* ACPI 1.0 checksum */152 char OemId[ACPI_OEM_ID_SIZE]; /* OEM identification */153 …8 Revision; /* Must be (0) for ACPI 1.0 or (2) for ACPI 2.0+ */154 UINT32 RsdtPhysicalAddress; /* 32-bit physical address of the RSDT */155 … Length; /* Table length in bytes, including header (ACPI 2.0+) */156 … XsdtPhysicalAddress; /* 64-bit physical address of the XSDT (ACPI 2.0+) */157 UINT8 ExtendedChecksum; /* Checksum of entire table (ACPI 2.0+) */158 UINT8 Reserved[3]; /* Reserved, must be zero */