Lines Matching defs:mp_config_table
36 struct mp_config_table { struct
37 char mpc_signature[4]; /* "PCMP" */
38 u16 mpc_length; /* Size of table */
39 u8 mpc_spec; /* Specification version */
40 u8 mpc_checksum; /* Checksum (makes sum 0) */
41 char mpc_oem[8]; /* OEM ID */
42 char mpc_product[12]; /* Product ID */
43 u32 mpc_oemptr; /* OEM table address */
44 u16 mpc_oemsize; /* OEM table size */
45 u16 mpc_entry_count; /* Number of entries in the table */
46 u32 mpc_lapic; /* Local APIC address */
47 u16 mpe_length; /* Extended table size */
48 u8 mpe_checksum; /* Extended table checksum */
49 u8 reserved;