Searched refs:VmaNew (Results 1 – 4 of 4) sorted by relevance
202 /// configure the VMA in various ways to fit the driver that owns it. Using `VmaNew` indicates that211 pub struct VmaNew {215 // Make all `VmaRef` methods available on `VmaNew`.216 impl Deref for VmaNew {225 impl VmaNew {249 // shared. Additionally, `VmaNew` is `!Sync`, so it cannot be used to write in parallel. in update_flags() 213 pub struct VmaNew { global() struct 217 vmaVmaNew global() argument 218 impl Deref for VmaNew { global() implementation 227 impl VmaNew { global() implementation
435 let area = unsafe { kernel::mm::virt::VmaNew::from_raw(vma) }; in rust_binder_mmap()
298 pub(crate) fn register_with_vma(&self, vma: &virt::VmaNew) -> Result<usize> { in register_with_vma()
1114 fn create_mapping(&self, vma: &mm::virt::VmaNew) -> Result { in create_mapping()1675 vma: &mm::virt::VmaNew, in mmap() argument