Searched defs:mp_config_table (Results 1 – 1 of 1) sorted by relevance
35 struct mp_config_table { struct36 char mpc_signature[4]; /* "PCMP" */37 u16 mpc_length; /* Size of table */38 u8 mpc_spec; /* Specification version */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 */45 u32 mpc_lapic; /* Local APIC address */46 u16 mpe_length; /* Extended table size */[all …]