Searched refs:xe_vm_in_fault_mode (Results 1 – 6 of 6) sorted by relevance
40 if (!xe_vm_in_fault_mode(q->vm)) in hw_engine_group_resume_lr_jobs_func()163 if (xe_vm_in_fault_mode(q->vm) && group->cur_mode == EXEC_MODE_DMA_FENCE) { in xe_hw_engine_group_add_exec_queue()227 if (!xe_vm_in_fault_mode(q->vm)) in xe_hw_engine_group_suspend_faulting_lr_jobs()235 if (!xe_vm_in_fault_mode(q->vm)) in xe_hw_engine_group_suspend_faulting_lr_jobs()368 if (xe_vm_in_fault_mode(q->vm)) in xe_hw_engine_group_find_exec_mode()
187 static inline bool xe_vm_in_fault_mode(struct xe_vm *vm) in xe_vm_in_fault_mode() function199 return xe_vm_in_lr_mode(vm) && !xe_vm_in_fault_mode(vm); in xe_vm_in_preempt_fence_mode()
1073 if (!op->map.immediate && xe_vm_in_fault_mode(vm)) in op_add_deps()1217 if (uvma->userptr.initial_bind && !xe_vm_in_fault_mode(vm)) in vma_check_userptr()1225 if (xe_vm_in_fault_mode(vm)) { in vma_check_userptr()1263 if (!op->map.immediate && xe_vm_in_fault_mode(vm)) in op_check_userptr()1726 if (xe_vma_is_userptr(vma) && xe_vm_in_fault_mode(xe_vma_vm(vma))) in unbind_op_prepare()1762 if (!op->map.immediate && xe_vm_in_fault_mode(vm)) in op_prepare()1927 if (!op->map.immediate && xe_vm_in_fault_mode(vm)) in op_commit()2006 xe_tile_assert(tile, xe_vm_in_fault_mode(vm)); in xe_pt_update_ops_run()
506 if (!xe_vm_in_fault_mode(vm)) { in xe_bo_trigger_rebind()1160 if (bo->vm && !xe_vm_in_fault_mode(bo->vm)) { in xe_gem_object_close()1456 vm && !xe_vm_in_fault_mode(vm) && in __xe_bo_create_locked()2066 if (vm && !xe_vm_in_fault_mode(vm)) { in xe_gem_create_ioctl()
618 if (!xe_vm_in_fault_mode(vm) && in vma_userptr_invalidate()645 if (xe_vm_in_fault_mode(vm)) { in vma_userptr_invalidate()665 xe_assert(vm->xe, !xe_vm_in_fault_mode(vm)); in xe_vm_userptr_pin()865 xe_assert(vm->xe, xe_vm_in_fault_mode(vm)); in xe_vma_rebind()2168 if (op->map.immediate || !xe_vm_in_fault_mode(vm)) in vm_bind_ioctl_ops_parse()2395 !xe_vm_in_fault_mode(vm) || in op_lock_and_prep()
194 if (vm && xe_vm_in_fault_mode(vm)) in asid_to_vm()
Completed in 37 milliseconds