Home
last modified time | relevance | path

Searched defs:alloc_iova (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/user/device/vvu/
Dqueue.rs108 fn alloc_iova(&self, size: u64, tag: u8) -> Result<u64>; in alloc_iova() method
438 fn alloc_iova(&self, _size: u64, _tag: u8) -> Result<u64> { in alloc_iova() method
Dpci.rs505 fn alloc_iova(&self, size: u64, tag: u8) -> Result<u64> { in alloc_iova() method
/external/crosvm/devices/src/
Dvfio.rs1354 pub fn alloc_iova(&self, size: u64, align_size: u64, alloc: Alloc) -> Result<u64> { in alloc_iova() method