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 { impl
/linux/drivers/android/binder/
H A Dpage_range.rs296 pub(crate) fn register_with_vma(&self, vma: &virt::VmaNew) -> Result<usize> { in register_with_vma()
H A Dprocess.rs1114 fn create_mapping(&self, vma: &mm::virt::VmaNew) -> Result { in create_mapping()
1670 vma: &mm::virt::VmaNew, in mmap() argument