Home
last modified time | relevance | path

Searched refs:prefetch_loc (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_svm.c266 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()
[all …]
Dkfd_svm.h127 uint32_t prefetch_loc; member