Home
last modified time | relevance | path

Searched defs:mpc_table (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/x86_64/src/
Dmpspec.rs178 pub struct mpc_table { struct
194 ::std::mem::size_of::<mpc_table>(), in bindgen_test_layout_mpc_table() argument
314 impl Clone for mpc_table { implementation
Dmptable.rs357 let mut mpc_table = mpc_table { in setup_mptable() localVariable
446 let mpc_table: mpc_table = mem.read_obj_from_addr(mpc_offset).unwrap(); in mpc_table_checksum() localVariable
472 let mpc_table: mpc_table = mem.read_obj_from_addr(mpc_offset).unwrap(); in cpu_entry_count() localVariable
Dlib.rs34 unsafe impl data_model::DataInit for mpspec::mpc_table {} implementation