Searched defs:mp_floating_table (Results 1 – 1 of 1) sorted by relevance
20 struct mp_floating_table { struct21 char mpf_signature[4]; /* "_MP_" */22 u32 mpf_physptr; /* Configuration table address */23 u8 mpf_length; /* Our length (paragraphs) */24 u8 mpf_spec; /* Specification version */25 u8 mpf_checksum; /* Checksum (makes sum 0) */26 u8 mpf_feature1; /* Predefined or Unique configuration? */27 u8 mpf_feature2; /* Bit7 set for IMCR/PIC */28 u8 mpf_feature3; /* Unused (0) */29 u8 mpf_feature4; /* Unused (0) */[all …]