Home
last modified time | relevance | path

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

/linux/rust/kernel/mm/
H A Dvirt.rs213 pub struct VmaNew { struct
218 impl Deref for VmaNew { implementation
227 impl VmaNew { implementation
/linux/drivers/android/binder/
H A Drust_binder_main.rs428 let area = unsafe { kernel::mm::virt::VmaNew::from_raw(vma) }; in rust_binder_mmap()
H A Dprocess.rs1108 fn create_mapping(&self, vma: &mm::virt::VmaNew) -> Result { in create_mapping()
1663 vma: &mm::virt::VmaNew, in mmap() argument