Lines Matching refs:prefetch_loc
292 svm_range_set_default_attributes(int32_t *location, int32_t *prefetch_loc, in svm_range_set_default_attributes() argument
296 *prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED; in svm_range_set_default_attributes()
341 &prange->prefetch_loc, in svm_range_new()
733 prange->prefetch_loc = attrs[i].value; in svm_range_apply_attrs()
987 new->prefetch_loc = old->prefetch_loc; in svm_range_split_adjust()
1895 new->prefetch_loc = old->prefetch_loc; in svm_range_clone()
3205 uint32_t best_loc = prange->prefetch_loc; in svm_range_best_prefetch_location()
3517 uint32_t prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED; in svm_range_get_attr() local
3578 svm_range_set_default_attributes(&location, &prefetch_loc, in svm_range_get_attr()
3610 if (prange->prefetch_loc == in svm_range_get_attr()
3612 (prefetch_loc != KFD_IOCTL_SVM_LOCATION_UNDEFINED && in svm_range_get_attr()
3613 prefetch_loc != prange->prefetch_loc)) { in svm_range_get_attr()
3614 prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED; in svm_range_get_attr()
3617 prefetch_loc = prange->prefetch_loc; in svm_range_get_attr()
3645 attrs[i].value = prefetch_loc; in svm_range_get_attr()