Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/arch/x86/include/arch/smp/
H A Dmpspec.h45 struct mp_config_table { struct
46 char mpc_signature[4];
48 u16 mpc_length; /* Size of table */
49 u8 mpc_spec; /* 0x01 */
50 u8 mpc_checksum;
51 char mpc_oem[8];
52 char mpc_productid[12];
53 u32 mpc_oemptr; /* 0 if not present */
54 u16 mpc_oemsize; /* 0 if not present */
55 u16 mpc_entry_count;
[all …]