Searched defs:mpc_table (Results 1 – 6 of 6) sorted by relevance
195 pub struct mpc_table { struct211 ::std::mem::size_of::<mpc_table>(), in bindgen_test_layout_mpc_table() argument342 impl Clone for mpc_table { implementation
339 let mut mpc_table = mpc_table { in setup_mptable() localVariable429 let mpc_table: mpc_table = mem.read_obj_from_addr(mpc_offset).unwrap(); in mpc_table_checksum() localVariable455 let mpc_table: mpc_table = mem.read_obj_from_addr(mpc_offset).unwrap(); in cpu_entry_count() localVariable
98339 struct mpc_table { struct98340 char signature[4];98341 short unsigned int length;98342 char spec;98343 char checksum;98344 char oem[8];98345 char productid[12];98346 unsigned int oemptr;98347 short unsigned int oemsize;98348 short unsigned int oemcount;[all …]
26214 struct mpc_table { struct26215 char signature[4];26216 short unsigned int length;26217 char spec;26218 char checksum;26219 char oem[8];26220 char productid[12];26221 unsigned int oemptr;26222 short unsigned int oemsize;26223 short unsigned int oemcount;[all …]
29486 struct mpc_table { struct29487 char signature[4];29488 unsigned short length;29489 char spec;29490 char checksum;29491 char oem[8];29492 char productid[12];29493 unsigned int oemptr;29494 unsigned short oemsize;29495 unsigned short oemcount;[all …]