Home
last modified time | relevance | path

Searched refs:vsids (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/crosvm/arch/src/
H A Dfdt.rs100 for (t, id, vsids) in &resources.iommus { in update_device_nodes()
103 iommus_val.extend_from_slice(vsids); in update_device_nodes()
/aosp_15_r20/external/crosvm/arch/src/sys/
H A Dlinux.rs246 if let Some((iommu_type, id, vsids)) = device.iommu() { in generate_platform_bus()
250 .push((iommu_type, id, vsids.to_vec())); in generate_platform_bus()
/aosp_15_r20/external/crosvm/devices/src/
H A Dvfio.rs1033 let vsids = Vec::from_iter(random_vsids.map(|v| u32::try_from(v).unwrap())); in new_passthrough() localVariable
1034 for (i, vsid) in vsids.iter().enumerate() { in new_passthrough()
1038 Some((Arc::new(Mutex::new(pviommu)), vsids)) in new_passthrough()