Home
last modified time | relevance | path

Searched defs:apics (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/irqchip/
H A Duserspace.rs102 pub apics: Vec<Arc<Mutex<Apic>>>, field
164 let mut apics: Vec<Arc<Mutex<Apic>>> = Vec::with_capacity(num_vcpus); in new_with_clock() localVariable
/aosp_15_r20/external/crosvm/devices/src/irqchip/kvm/
H A Dx86_64.rs194 let mut apics: Vec<u64> = Vec::new(); in snapshot_chip_specific() localVariable