Searched refs:copy_pte (Results 1 – 9 of 9) sorted by relevance
/linux/arch/arm64/mm/ |
A D | trans_pgd.c | 60 static int copy_pte(struct trans_pgd_info *info, pmd_t *dst_pmdp, in copy_pte() function 105 if (copy_pte(info, dst_pmdp, src_pmdp, addr, next)) in copy_pmd()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_vm.h | 161 void (*copy_pte)(struct amdgpu_ib *ib, member 367 #define amdgpu_vm_copy_pte(adev, ib, pe, src, count) ((adev)->vm_manager.vm_pte_funcs->copy_pte((ib…
|
A D | si_dma.c | 836 .copy_pte = si_dma_vm_copy_pte,
|
A D | sdma_v2_4.c | 1262 .copy_pte = sdma_v2_4_vm_copy_pte,
|
A D | cik_sdma.c | 1372 .copy_pte = cik_sdma_vm_copy_pte,
|
A D | sdma_v3_0.c | 1700 .copy_pte = sdma_v3_0_vm_copy_pte,
|
A D | sdma_v5_2.c | 1800 .copy_pte = sdma_v5_2_vm_copy_pte,
|
A D | sdma_v5_0.c | 1832 .copy_pte = sdma_v5_0_vm_copy_pte,
|
A D | sdma_v4_0.c | 2697 .copy_pte = sdma_v4_0_vm_copy_pte,
|
Completed in 30 milliseconds