HomeSort by: relevance | last modified time | path
    Searched refs:get_vm_pte (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gmc.h 114 void (*get_vm_pte)(struct amdgpu_device *adev, member in struct:amdgpu_gmc_funcs
234 #define amdgpu_gmc_get_vm_pte(adev, mapping, flags) (adev)->gmc.gmc_funcs->get_vm_pte((adev), (mapping), (flags))
amdgpu_gmc_v10_0.c 619 .get_vm_pte = gmc_v10_0_get_vm_pte
amdgpu_gmc_v6_0.c 1162 .get_vm_pte = gmc_v6_0_get_vm_pte,
amdgpu_gmc_v7_0.c 1392 .get_vm_pte = gmc_v7_0_get_vm_pte
amdgpu_gmc_v9_0.c 789 .get_vm_pte = gmc_v9_0_get_vm_pte
amdgpu_gmc_v8_0.c 1754 .get_vm_pte = gmc_v8_0_get_vm_pte

Completed in 29 milliseconds