HomeSort by: relevance | last modified time | path
    Searched defs:peer_vm (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_amdkfd_gpuvm.c 832 struct amdgpu_vm *peer_vm; local in function:process_validate_vms
835 list_for_each_entry(peer_vm, &process_info->vm_list_head,
837 ret = vm_validate_pt_pd_bos(peer_vm);
848 struct amdgpu_vm *peer_vm; local in function:process_sync_pds_resv
851 list_for_each_entry(peer_vm, &process_info->vm_list_head,
853 struct amdgpu_bo *pd = peer_vm->root.base.bo;
868 struct amdgpu_vm *peer_vm; local in function:process_update_pds
871 list_for_each_entry(peer_vm, &process_info->vm_list_head,
873 ret = vm_update_pds(peer_vm, sync);
1793 struct amdgpu_vm *peer_vm; local in function:validate_invalid_user_pages
1988 struct amdgpu_vm *peer_vm; local in function:amdgpu_amdkfd_gpuvm_restore_process_bos
    [all...]

Completed in 13 milliseconds