Searched defs:mp_config_table (Results 1 – 1 of 1) sorted by relevance
36 struct mp_config_table { struct37 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 */[all …]