Searched refs:peer_vm (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_amdkfd_gpuvm.c | 896 struct amdgpu_vm *peer_vm; in process_validate_vms() local 899 list_for_each_entry(peer_vm, &process_info->vm_list_head, in process_validate_vms() 901 ret = vm_validate_pt_pd_bos(peer_vm); in process_validate_vms() 912 struct amdgpu_vm *peer_vm; in process_update_pds() local 915 list_for_each_entry(peer_vm, &process_info->vm_list_head, in process_update_pds() 917 ret = vm_update_pds(peer_vm, sync); in process_update_pds() 1765 struct amdgpu_vm *peer_vm; in validate_invalid_user_pages() local 1784 list_for_each_entry(peer_vm, &process_info->vm_list_head, in validate_invalid_user_pages() 1786 amdgpu_vm_get_pd_bo(peer_vm, &resv_list, in validate_invalid_user_pages() 1808 list_for_each_entry(peer_vm, &process_info->vm_list_head, in validate_invalid_user_pages() [all …]
|