Searched defs:mpc_table (Results 1 – 3 of 3) sorted by relevance
177 pub struct mpc_table { struct193 ::std::mem::size_of::<mpc_table>(), in bindgen_test_layout_mpc_table() argument313 impl Clone for mpc_table { implementation
315 let mut mpc_table = mpc_table::default(); in setup_mptable() localVariable402 let mpc_table: mpc_table = mem.read_obj_from_addr(mpc_offset).unwrap(); in mpc_table_checksum() localVariable428 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