Lines Matching refs:prefetch_loc
291 svm_range_set_default_attributes(int32_t *location, int32_t *prefetch_loc, in svm_range_set_default_attributes() argument
295 *prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED; in svm_range_set_default_attributes()
340 &prange->prefetch_loc, in svm_range_new()
723 prange->prefetch_loc = attrs[i].value; in svm_range_apply_attrs()
977 new->prefetch_loc = old->prefetch_loc; in svm_range_split_adjust()
1885 new->prefetch_loc = old->prefetch_loc; in svm_range_clone()
3196 uint32_t best_loc = prange->prefetch_loc; in svm_range_best_prefetch_location()
3508 uint32_t prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED; in svm_range_get_attr() local
3569 svm_range_set_default_attributes(&location, &prefetch_loc, in svm_range_get_attr()
3601 if (prange->prefetch_loc == in svm_range_get_attr()
3603 (prefetch_loc != KFD_IOCTL_SVM_LOCATION_UNDEFINED && in svm_range_get_attr()
3604 prefetch_loc != prange->prefetch_loc)) { in svm_range_get_attr()
3605 prefetch_loc = KFD_IOCTL_SVM_LOCATION_UNDEFINED; in svm_range_get_attr()
3608 prefetch_loc = prange->prefetch_loc; in svm_range_get_attr()
3636 attrs[i].value = prefetch_loc; in svm_range_get_attr()