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 */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 */[all …]