Searched refs:copy_pte (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/arch/arm64/mm/ |
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-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm.h | 161 void (*copy_pte)(struct amdgpu_ib *ib, member 375 #define amdgpu_vm_copy_pte(adev, ib, pe, src, count) ((adev)->vm_manager.vm_pte_funcs->copy_pte((ib…
|
D | si_dma.c | 834 .copy_pte = si_dma_vm_copy_pte,
|
D | sdma_v2_4.c | 1257 .copy_pte = sdma_v2_4_vm_copy_pte,
|
D | cik_sdma.c | 1366 .copy_pte = cik_sdma_vm_copy_pte,
|
D | sdma_v3_0.c | 1695 .copy_pte = sdma_v3_0_vm_copy_pte,
|
D | sdma_v6_0.c | 1653 .copy_pte = sdma_v6_0_vm_copy_pte,
|
D | sdma_v5_2.c | 1848 .copy_pte = sdma_v5_2_vm_copy_pte,
|
D | sdma_v5_0.c | 1925 .copy_pte = sdma_v5_0_vm_copy_pte,
|
D | sdma_v4_0.c | 2617 .copy_pte = sdma_v4_0_vm_copy_pte,
|