Home
last modified time | relevance | path

Searched defs:swiotlb (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/src/sys/
Dwindows.rs1404 let swiotlb = if let Some(size) = cfg.swiotlb { in setup_vm_components() localVariable
/external/crosvm/arch/src/
Dlib.rs347 pub swiotlb: Option<u64>, field
/external/crosvm/src/crosvm/
Dcmdline.rs1941 pub swiotlb: Option<u64>, field
Dconfig.rs1140 pub swiotlb: Option<u64>, field
/external/crosvm/src/crosvm/sys/
Dunix.rs1130 let swiotlb = if let Some(size) = cfg.swiotlb { in setup_vm_components() localVariable