Searched defs:acpi_table_rsdp (Results 1 – 1 of 1) sorted by relevance
30 struct acpi_table_rsdp { /* Root System Descriptor Pointer */ struct31 u64 signature; /* ACPI signature, contains "RSD PTR " */32 u8 checksum; /* To make sum of struct == 0 */33 u8 oem_id[6]; /* OEM identification */34 u8 revision; /* Must be 0 for 1.0, 2 for 2.0 */35 u32 rsdt_physical_address; /* 32-bit physical address of RSDT */36 u32 length; /* XSDT Length in bytes including hdr */37 u64 xsdt_physical_address; /* 64-bit physical address of XSDT */38 u8 extended_checksum; /* Checksum of entire table */39 u8 reserved[3]; /* Reserved field must be 0 */