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