Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Ddevice_helpers.rs111 VmMemoryTube(VmMemoryTube), enumerator
183 pub struct VmMemoryTube { struct
189 impl AsRef<Tube> for VmMemoryTube { argument
195 impl AsRawDescriptor for VmMemoryTube { implementation
201 impl ReadNotifier for VmMemoryTube { implementation
/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs4522 control_tubes: Vec<VmMemoryTube>, in vm_memory_handler_thread()