Home
last modified time | relevance | path

Searched defs:mcfg_table (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/intel/sys/acpi/
H A Dacpi_pci.h50 typedef struct mcfg_table { struct
51 char Signature[4]; /* MCFG signature */
52 UINT32 Length; /* Length of table, in bytes */
53 UINT8 Revision; /* ACPI Specification minor version # */
54 UINT8 Checksum; /* To make sum of entire table == 0 */
55 char OemId[6]; /* OEM identification */
56 char OemTableId[8]; /* OEM table identification */
57 UINT32 OemRevision; /* OEM revision number */
58 char CreatorId[4]; /* Table creator vendor Id */
59 UINT32 CreatorRevision; /* Table creator utility revision no */
[all …]