Searched defs:mpf_intel (Results 1 – 6 of 6) sorted by relevance
48 pub struct mpf_intel { struct63 ::std::mem::size_of::<mpf_intel>(), in bindgen_test_layout_mpf_intel() argument173 impl Clone for mpf_intel { implementation
137 let mut mpf_intel = mpf_intel::default(); in setup_mptable() localVariable417 let mpf_intel = mem.read_obj_from_addr(GuestAddress(MPTABLE_START)).unwrap(); in mpf_intel_checksum() localVariable433 let mpf_intel: mpf_intel = mem.read_obj_from_addr(GuestAddress(MPTABLE_START)).unwrap(); in mpc_table_checksum() localVariable459 let mpf_intel: mpf_intel = mem.read_obj_from_addr(GuestAddress(MPTABLE_START)).unwrap(); in cpu_entry_count() localVariable
37 unsafe impl data_model::DataInit for mpspec::mpf_intel {} implementation
23907 struct mpf_intel { struct23908 char signature[4];23909 unsigned int physptr;23910 unsigned char length;23911 unsigned char specification;23912 unsigned char checksum;23913 unsigned char feature1;23914 unsigned char feature2;23915 unsigned char feature3;23916 unsigned char feature4;[all …]
24228 struct mpf_intel { struct24229 char signature[4];24230 unsigned int physptr;24231 unsigned char length;24232 unsigned char specification;24233 unsigned char checksum;24234 unsigned char feature1;24235 unsigned char feature2;24236 unsigned char feature3;24237 unsigned char feature4;[all …]