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.rs115 fn alloc_iova(&self, size: u64, tag: u8) -> Result<u64>; in alloc_iova() method
446 fn alloc_iova(&self, _size: u64, _tag: u8) -> Result<u64> { in alloc_iova() method
Dpci.rs577 fn alloc_iova(&self, size: u64, tag: u8) -> Result<u64> { in alloc_iova() method
/external/crosvm/devices/src/
Dvfio.rs1480 pub fn alloc_iova(&self, size: u64, align_size: u64, alloc: Alloc) -> Result<u64> { in alloc_iova() method