Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/arch/x86/include/arch/smp/
H A Dmpspec.h30 struct intel_mp_floating { struct
31 char mpf_signature[4]; /* "_MP_" */
32 u32 mpf_physptr; /* Configuration table address */
33 u8 mpf_length; /* Our length (paragraphs) */
34 u8 mpf_specification;/* Specification version */
35 u8 mpf_checksum; /* Checksum (makes sum 0) */
36 u8 mpf_feature1; /* Predefined or Unique configuration? */
37 u8 mpf_feature2; /* Bit7 set for IMCR/PIC */
40 u8 mpf_feature3; /* Unused (0) */
41 u8 mpf_feature4; /* Unused (0) */
[all …]