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