Home
last modified time | relevance | path

Searched refs:create_vhost_vsock_device (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/src/
Dlinux.rs667 fn create_vhost_vsock_device(cfg: &Config, cid: u64, mem: &GuestMemory) -> DeviceResult { in create_vhost_vsock_device() function
870 devs.push(create_vhost_vsock_device(cfg, cid, mem)?); in create_virtio_devices()