Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/user/device/vvu/
Dqueue.rs106 pub trait IovaAllocator { trait
121 pub fn new<I>(queue_size: u16, device_writable: bool, tag: u8, iova_alloc: &I) -> Result<Self> in new()
149 I: IovaAllocator, in init_memory()