Lines Matching refs:VM_MIXEDMAP
129 /// If the [`VM_MIXEDMAP`] flag is set, returns a [`VmaMixedMap`] to this VMA, otherwise
132 /// This can be used to access methods that require [`VM_MIXEDMAP`] to be set.
134 /// [`VM_MIXEDMAP`]: flags::MIXEDMAP
138 // SAFETY: We just checked that `VM_MIXEDMAP` is set. All other requirements are
147 /// A wrapper for the kernel's `struct vm_area_struct` with read access and [`VM_MIXEDMAP`] set.
152 /// [`VM_MIXEDMAP`] flag is set on the vma.
156 /// The caller must hold the mmap read lock or the vma read lock. The `VM_MIXEDMAP` flag must be
159 /// [`VM_MIXEDMAP`]: flags::MIXEDMAP
181 /// (or stronger) is held for at least the duration of 'a. The `VM_MIXEDMAP` flag must be set.
194 // `VM_MIXEDMAP` is set. By invariant on `Page` the page has order 0.
254 /// Set the `VM_MIXEDMAP` flag on this vma.
264 // SAFETY: We just set `VM_MIXEDMAP` on the vma.
460 pub const MIXEDMAP: vm_flags_t = bindings::VM_MIXEDMAP as vm_flags_t;