Searched refs:copy_pte (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/arch/arm64/mm/ |
D | trans_pgd.c | 64 static int copy_pte(struct trans_pgd_info *info, pmd_t *dst_pmdp, in copy_pte() function 109 if (copy_pte(info, dst_pmdp, src_pmdp, addr, next)) in copy_pmd()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm.h | 219 void (*copy_pte)(struct amdgpu_ib *ib, member 466 #define amdgpu_vm_copy_pte(adev, ib, pe, src, count) ((adev)->vm_manager.vm_pte_funcs->copy_pte((ib…
|
D | si_dma.c | 827 .copy_pte = si_dma_vm_copy_pte,
|
D | sdma_v2_4.c | 1244 .copy_pte = sdma_v2_4_vm_copy_pte,
|
D | cik_sdma.c | 1357 .copy_pte = cik_sdma_vm_copy_pte,
|
D | sdma_v3_0.c | 1684 .copy_pte = sdma_v3_0_vm_copy_pte,
|
D | sdma_v7_0.c | 1758 .copy_pte = sdma_v7_0_vm_copy_pte,
|
D | sdma_v6_0.c | 1754 .copy_pte = sdma_v6_0_vm_copy_pte,
|
D | sdma_v5_2.c | 1938 .copy_pte = sdma_v5_2_vm_copy_pte,
|
D | sdma_v5_0.c | 1978 .copy_pte = sdma_v5_0_vm_copy_pte,
|
D | sdma_v4_4_2.c | 2125 .copy_pte = sdma_v4_4_2_vm_copy_pte,
|
D | sdma_v4_0.c | 2622 .copy_pte = sdma_v4_0_vm_copy_pte,
|
/linux-6.12.1/mm/ |
D | memory.c | 992 goto copy_pte; in copy_present_ptes() 1051 copy_pte: in copy_present_ptes()
|