Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/vm_control/src/
H A Dlib.rs562 pub struct VmMemoryFileMapping { struct
564 pub file: File,
588 /// This request is followed by an array of `VmMemoryFileMapping` with length argument
H A Dapi.rs102 file_mapping_info: Vec<crate::VmMemoryFileMapping>, in mmap_and_register_memory()