Home
last modified time | relevance | path

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

/kvmtool/x86/include/asm/
H A Dmpspec_def.h36 struct mpc_table { struct
37 char signature[4];
38 unsigned short length; /* Size of table */
39 char spec; /* 0x01 */
40 char checksum;
41 char oem[8];
42 char productid[12];
43 unsigned int oemptr; /* 0 if not present */
44 unsigned short oemsize; /* 0 if not present */
45 unsigned short oemcount;
[all …]
/kvmtool/x86/
H A Dmptable.c79 struct mpc_table *mpc_table; in mptable__init() local