Searched defs:alloc_iova (Results 1 – 3 of 3) sorted by relevance
115 fn alloc_iova(&self, size: u64, tag: u8) -> Result<u64>; in alloc_iova() method446 fn alloc_iova(&self, _size: u64, _tag: u8) -> Result<u64> { in alloc_iova() method
577 fn alloc_iova(&self, size: u64, tag: u8) -> Result<u64> { in alloc_iova() method
1480 pub fn alloc_iova(&self, size: u64, align_size: u64, alloc: Alloc) -> Result<u64> { in alloc_iova() method