Searched refs:VmaMixedMap (Results 1 – 2 of 2) sorted by relevance
138 pub fn as_mixedmap_vma(&self) -> Option<&VmaMixedMap> { in as_mixedmap_vma() argument142 Some(unsafe { VmaMixedMap::from_raw(self.as_ptr()) }) in as_mixedmap_vma()163 pub struct VmaMixedMap { struct168 impl Deref for VmaMixedMap { implementation177 impl VmaMixedMap { impl261 pub fn set_mixedmap(&self) -> &VmaMixedMap { in set_mixedmap() argument267 unsafe { VmaMixedMap::from_raw(self.vma.as_ptr()) } in set_mixedmap()
150 fn check_vma(vma: &virt::VmaRef, owner: *const ShrinkablePageRange) -> Option<&virt::VmaMixedMap> { in check_vma() argument