Home
last modified time | relevance | path

Searched refs:VmaMixedMap (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/mm/
H A Dvirt.rs138 pub fn as_mixedmap_vma(&self) -> Option<&VmaMixedMap> { in as_mixedmap_vma() argument
142 Some(unsafe { VmaMixedMap::from_raw(self.as_ptr()) }) in as_mixedmap_vma()
163 pub struct VmaMixedMap { struct
168 impl Deref for VmaMixedMap { implementation
177 impl VmaMixedMap { impl
261 pub fn set_mixedmap(&self) -> &VmaMixedMap { in set_mixedmap() argument
267 unsafe { VmaMixedMap::from_raw(self.vma.as_ptr()) } in set_mixedmap()
/linux/drivers/android/binder/
H A Dpage_range.rs150 fn check_vma(vma: &virt::VmaRef, owner: *const ShrinkablePageRange) -> Option<&virt::VmaMixedMap> { in check_vma() argument