Searched refs:VM_FAULT_NOPAGE (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dmm_types.h12 #define VM_FAULT_NOPAGE 1 macro
/openbsd-current/sys/dev/pci/drm/ttm/
H A Dttm_bo_vm.c80 VM_FAULT_NOPAGE;
116 * VM_FAULT_NOPAGE if blocking wait and retrying was not allowed.
147 return VM_FAULT_NOPAGE;
178 * VM_FAULT_NOPAGE on success or pending signal
197 vm_fault_t ret = VM_FAULT_NOPAGE;
233 return VM_FAULT_NOPAGE;
273 return VM_FAULT_NOPAGE;
298 vm_fault_t ret = VM_FAULT_NOPAGE;
394 VM_FAULT_NOPAGE;
430 * VM_FAULT_NOPAGE i
[all...]
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_ttm.c1161 if (ret == VM_FAULT_NOPAGE && wakeref && !obj->userfault_count) {
1249 case VM_FAULT_NOPAGE:
1330 ret = VM_FAULT_NOPAGE;
1342 if (ret == VM_FAULT_NOPAGE && wakeref && !obj->userfault_count) {
1361 case VM_FAULT_NOPAGE:
H A Di915_gem_mman.c281 return VM_FAULT_NOPAGE;
299 return VM_FAULT_NOPAGE;
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_gem.c103 case VM_FAULT_NOPAGE:
141 case VM_FAULT_NOPAGE:
H A Damdgpu_object.c1445 return VM_FAULT_NOPAGE;
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_gem.c117 case VM_FAULT_NOPAGE:
H A Dradeon_object.c789 return VM_FAULT_NOPAGE;

Completed in 102 milliseconds