Searched defs:mpc_table (Results 1 – 3 of 3) sorted by relevance
178 pub struct mpc_table { struct194 ::std::mem::size_of::<mpc_table>(), in bindgen_test_layout_mpc_table() argument314 impl Clone for mpc_table { implementation
357 let mut mpc_table = mpc_table { in setup_mptable() localVariable446 let mpc_table: mpc_table = mem.read_obj_from_addr(mpc_offset).unwrap(); in mpc_table_checksum() localVariable472 let mpc_table: mpc_table = mem.read_obj_from_addr(mpc_offset).unwrap(); in cpu_entry_count() localVariable
34 unsafe impl data_model::DataInit for mpspec::mpc_table {} implementation