Home
last modified time | relevance | path

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

/linux/rust/kernel/mm/
H A Dvirt.rs202 /// configure the VMA in various ways to fit the driver that owns it. Using `VmaNew` indicates that
211 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
/linux/drivers/android/binder/
H A Drust_binder_main.rs435 let area = unsafe { kernel::mm::virt::VmaNew::from_raw(vma) }; in rust_binder_mmap()
H A Dpage_range.rs298 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()
1675 vma: &mm::virt::VmaNew, in mmap() argument