Lines Matching refs:prefetch_loc
302 svm_range_set_default_attributes(int32_t *location, int32_t *prefetch_loc, in svm_range_set_default_attributes() argument
306 *prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED; in svm_range_set_default_attributes()
351 &prange->prefetch_loc, in svm_range_new()
733 prange->prefetch_loc = attrs[i].value; in svm_range_apply_attrs()
1014 new->prefetch_loc = old->prefetch_loc; in svm_range_split_adjust()
1979 new->prefetch_loc = old->prefetch_loc; in svm_range_clone()
3314 uint32_t best_loc = prange->prefetch_loc; in svm_range_best_prefetch_location()
3631 uint32_t prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED; in svm_range_get_attr() local
3692 svm_range_set_default_attributes(&location, &prefetch_loc, in svm_range_get_attr()
3724 if (prange->prefetch_loc == in svm_range_get_attr()
3726 (prefetch_loc != KFD_IOCTL_SVM_LOCATION_UNDEFINED && in svm_range_get_attr()
3727 prefetch_loc != prange->prefetch_loc)) { in svm_range_get_attr()
3728 prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED; in svm_range_get_attr()
3731 prefetch_loc = prange->prefetch_loc; in svm_range_get_attr()
3759 attrs[i].value = prefetch_loc; in svm_range_get_attr()