Home
last modified time | relevance | path

Searched defs:mps_ct_hdr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dmps_table.h50 struct mps_ct_hdr { /* MP Configuration Table Header */ struct
51 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 */
60 uint32_t ct_local_apic; /* paddr of local APIC */
61 uint16_t ct_ext_tbl_len; /* extended table in bytes */
[all …]