Searched defs:acpi_rsdp (Results 1 – 1 of 1) sorted by relevance
39 struct __packed acpi_rsdp { struct40 char signature[8]; /* RSDP signature */41 u8 checksum; /* Checksum of the first 20 bytes */42 char oem_id[6]; /* OEM ID */43 u8 revision; /* 0 for ACPI 1.0, others 2 */44 u32 rsdt_address; /* Physical address of RSDT (32 bits) */45 u32 length; /* Total RSDP length (incl. extended part) */46 u64 xsdt_address; /* Physical address of XSDT (64 bits) */47 u8 ext_checksum; /* Checksum of the whole table */48 u8 reserved[3];
Completed in 15 milliseconds