Lines Matching defs:mpc_table
37 struct mpc_table { struct
38 char signature[4];
39 unsigned short length; /* Size of table */
40 char spec; /* 0x01 */
41 char checksum;
42 char oem[8];
43 char productid[12];
44 unsigned int oemptr; /* 0 if not present */
45 unsigned short oemsize; /* 0 if not present */
46 unsigned short oemcount;
47 unsigned int lapic; /* APIC address */
48 unsigned int reserved;