Home
last modified time | relevance | path

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

/external/crosvm/seccomp/x86_64/
Dvhost_net_device.policy12 # arg1 == VHOST_SET_MEM_TABLE ||
Dvhost_vsock_device.policy12 # arg1 == VHOST_SET_MEM_TABLE ||
/external/crosvm/seccomp/aarch64/
Dvhost_net_device.policy12 # arg1 == VHOST_SET_MEM_TABLE ||
Dvhost_vsock_device.policy12 # arg1 == VHOST_SET_MEM_TABLE ||
/external/crosvm/seccomp/arm/
Dvhost_net_device.policy12 # arg1 == VHOST_SET_MEM_TABLE ||
Dvhost_vsock_device.policy12 # arg1 == VHOST_SET_MEM_TABLE ||
/external/crosvm/virtio_sys/src/
Dlib.rs27 ioctl_iow_nr!(VHOST_SET_MEM_TABLE, VHOST, 0x03, vhost_memory);
/external/kernel-headers/original/uapi/linux/
Dvhost.h38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) macro
/external/rust/crates/vmm_vhost/src/vhost_kern/
Dmod.rs141 let ret = unsafe { ioctl_with_ptr(self, VHOST_SET_MEM_TABLE(), vhost_memory.as_ptr()) }; in set_mem_table()
Dvhost_binding.rs43 ioctl_iow_nr!(VHOST_SET_MEM_TABLE, VHOST, 0x03, vhost_memory);
/external/crosvm/vhost/src/
Dlib.rs148 let ret = unsafe { ioctl_with_ptr(self, virtio_sys::VHOST_SET_MEM_TABLE(), vhost_memory) }; in set_mem_table()