Lines Matching refs:prefetch_loc
313 int32_t *prefetch_loc, uint8_t *granularity, in svm_range_set_default_attributes() argument
317 *prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED; in svm_range_set_default_attributes()
363 &prange->prefetch_loc, in svm_range_new()
776 prange->prefetch_loc = attrs[i].value; in svm_range_apply_attrs()
1076 new->prefetch_loc = old->prefetch_loc; in svm_range_split_adjust()
2019 new->prefetch_loc = old->prefetch_loc; in svm_range_clone()
3419 uint32_t best_loc = prange->prefetch_loc; in svm_range_best_prefetch_location()
3759 uint32_t prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED; in svm_range_get_attr() local
3820 svm_range_set_default_attributes(svms, &location, &prefetch_loc, in svm_range_get_attr()
3852 if (prange->prefetch_loc == in svm_range_get_attr()
3854 (prefetch_loc != KFD_IOCTL_SVM_LOCATION_UNDEFINED && in svm_range_get_attr()
3855 prefetch_loc != prange->prefetch_loc)) { in svm_range_get_attr()
3856 prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED; in svm_range_get_attr()
3859 prefetch_loc = prange->prefetch_loc; in svm_range_get_attr()
3887 attrs[i].value = prefetch_loc; in svm_range_get_attr()