Searched defs:mps_ct_hdr (Results 1 – 1 of 1) sorted by relevance
50 struct mps_ct_hdr { /* MP Configuration Table Header */ struct51 uint32_t ct_sig; /* "PCMP" */52 uint16_t ct_len; /* base configuration in bytes */53 uchar_t ct_spec_rev; /* MP Spec. version no. */54 uchar_t ct_cksum; /* base configuration table checksum */55 char ct_oem_id[8]; /* string identifies the manufacturer */56 char ct_prod_id[12]; /* string identifies the product */57 uint32_t ct_oem_ptr; /* paddr to an OEM-defined table */58 uint16_t ct_oem_tbl_len; /* size of base OEM table in bytes */59 uint16_t ct_entry_cnt; /* no. of entries in the base table */[all …]