Searched defs:apics (Results 1 – 2 of 2) sorted by relevance
102 pub apics: Vec<Arc<Mutex<Apic>>>, field164 let mut apics: Vec<Arc<Mutex<Apic>>> = Vec::with_capacity(num_vcpus); in new_with_clock() localVariable
194 let mut apics: Vec<u64> = Vec::new(); in snapshot_chip_specific() localVariable