Home
last modified time | relevance | path

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

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