Searched defs:mpc_table (Results 1 – 6 of 6) sorted by relevance
180 pub struct mpc_table { struct196 ::std::mem::size_of::<mpc_table>(), in bindgen_test_layout_mpc_table() argument316 impl Clone for mpc_table { implementation
346 let mut mpc_table = mpc_table { in setup_mptable() localVariable435 let mpc_table: mpc_table = mem.read_obj_from_addr(mpc_offset).unwrap(); in mpc_table_checksum() localVariable461 let mpc_table: mpc_table = mem.read_obj_from_addr(mpc_offset).unwrap(); in cpu_entry_count() localVariable
35 unsafe impl data_model::DataInit for mpspec::mpc_table {} implementation
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 …]