Searched refs:vm__ (Results 1 – 1 of 1) sorted by relevance
152 #define xe_svm_assert_in_notifier(vm__) \ argument153 lockdep_assert_held_write(&(vm__)->svm.gpusvm.notifier_lock)155 #define xe_svm_notifier_lock(vm__) \ argument156 drm_gpusvm_notifier_lock(&(vm__)->svm.gpusvm)158 #define xe_svm_notifier_unlock(vm__) \ argument159 drm_gpusvm_notifier_unlock(&(vm__)->svm.gpusvm)
Completed in 4 milliseconds