Lines Matching refs:prefetch_loc
266 svm_range_set_default_attributes(int32_t *location, int32_t *prefetch_loc, in svm_range_set_default_attributes() argument
270 *prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED; in svm_range_set_default_attributes()
309 &prange->prefetch_loc, in svm_range_new()
669 prange->prefetch_loc = attrs[i].value; in svm_range_apply_attrs()
742 return (old->prefetch_loc == new->prefetch_loc && in svm_range_is_same_attrs()
873 new->prefetch_loc = old->prefetch_loc; in svm_range_split_adjust()
1757 new->prefetch_loc = old->prefetch_loc; in svm_range_clone()
2788 uint32_t best_loc = prange->prefetch_loc; in svm_range_best_prefetch_location()
3103 uint32_t prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED; in svm_range_get_attr() local
3163 svm_range_set_default_attributes(&location, &prefetch_loc, in svm_range_get_attr()
3195 if (prange->prefetch_loc == in svm_range_get_attr()
3197 (prefetch_loc != KFD_IOCTL_SVM_LOCATION_UNDEFINED && in svm_range_get_attr()
3198 prefetch_loc != prange->prefetch_loc)) { in svm_range_get_attr()
3199 prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED; in svm_range_get_attr()
3202 prefetch_loc = prange->prefetch_loc; in svm_range_get_attr()
3230 attrs[i].value = prefetch_loc; in svm_range_get_attr()