Lines Matching defs:stash
191 struct i915_vm_pt_stash stash = {};
193 err = i915_vm_alloc_pt_stash(&ppgtt->vm, &stash, size);
197 err = i915_vm_map_pt_stash(&ppgtt->vm, &stash);
199 i915_vm_free_pt_stash(&ppgtt->vm, &stash);
203 ppgtt->vm.allocate_va_range(&ppgtt->vm, &stash, 0, size);
208 i915_vm_free_pt_stash(&ppgtt->vm, &stash);
213 struct i915_vm_pt_stash stash = {};
215 err = i915_vm_alloc_pt_stash(&ppgtt->vm, &stash, size - last);
219 err = i915_vm_map_pt_stash(&ppgtt->vm, &stash);
221 i915_vm_free_pt_stash(&ppgtt->vm, &stash);
225 ppgtt->vm.allocate_va_range(&ppgtt->vm, &stash,
229 i915_vm_free_pt_stash(&ppgtt->vm, &stash);
325 struct i915_vm_pt_stash stash = {};
336 if (i915_vm_alloc_pt_stash(vm, &stash,
340 err = i915_vm_map_pt_stash(vm, &stash);
342 vm->allocate_va_range(vm, &stash,
344 i915_vm_free_pt_stash(vm, &stash);