Searched defs:intel_mp_floating (Results 1 – 1 of 1) sorted by relevance
292 struct intel_mp_floating { struct293 char mpf_signature[4]; /* "_MP_" */294 uint32_t mpf_physptr; /* Configuration table address */295 uint8_t mpf_length; /* Our length (paragraphs) */296 uint8_t mpf_specification; /* Specification version */297 uint8_t mpf_checksum; /* Checksum (makes sum 0) */298 uint8_t mpf_feature1; /* Standard or configuration ? */299 uint8_t mpf_feature2; /* Bit7 set for IMCR|PIC */300 uint8_t mpf_feature3; /* Unused (0) */301 uint8_t mpf_feature4; /* Unused (0) */[all …]