Searched defs:mpc_table (Results 1 – 5 of 5) sorted by relevance
184 pub struct mpc_table { struct200 ::std::mem::size_of::<mpc_table>(), in bindgen_test_layout_mpc_table() argument320 impl Clone for mpc_table { implementation
347 let mut mpc_table = mpc_table { in setup_mptable() localVariable437 let mpc_table: mpc_table = mem.read_obj_from_addr(mpc_offset).unwrap(); in mpc_table_checksum() localVariable463 let mpc_table: mpc_table = mem.read_obj_from_addr(mpc_offset).unwrap(); in cpu_entry_count() localVariable
23920 struct mpc_table { struct23921 char signature[4];23922 short unsigned int length;23923 char spec;23924 char checksum;23925 char oem[8];23926 char productid[12];23927 unsigned int oemptr;23928 short unsigned int oemsize;23929 short unsigned int oemcount;[all …]
2596 struct mpc_table { struct2597 char signature[4];2598 short unsigned int length;2599 char spec;2600 char checksum;2601 char oem[8];2602 char productid[12];2603 unsigned int oemptr;2604 short unsigned int oemsize;2605 short unsigned int oemcount;[all …]