Lines Matching full:managed
30 * For userspace managed VMs, a log of recent VM updates is tracked and
53 * The GPU TTBR0 vm can be managed by userspace or by the kernel, depending on
54 * whether userspace supports VM_BIND. All other vm's are managed by the kernel.
55 * (Managed by kernel means the kernel is responsible for VA allocation.)
74 * Unused for kernel managed VMs (where all operations are synchronous).
99 * @mm: Memory management for kernel managed VA allocations
101 * Only used for kernel managed VMs, unused for user managed VMs.
134 /** @managed: is this a kernel managed VM? */
135 bool managed;
158 u64 va_start, u64 va_size, bool managed);
179 * Only used by kernel managed VMs