Searched defs:mpc_table (Results 1 – 5 of 5) sorted by relevance
196 pub struct mpc_table { struct212 ::std::mem::size_of::<mpc_table>(), in bindgen_test_layout_mpc_table() argument343 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 …]