Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/user/device/vvu/
Dpci.rs226 pub struct VvuPciDevice { struct
241 impl VvuPciDevice { argument
504 impl IovaAllocator for VvuPciDevice { implementation
/external/crosvm/devices/src/virtio/vhost/user/device/
Dhandler.rs438 pub async fn run_vvu(mut self, mut device: VvuPciDevice, ex: &Executor) -> Result<()> { in run_vvu()