Lines Matching full:pe
141 * @pe: addr of the page entry
147 struct amdgpu_bo *bo, uint64_t pe, in amdgpu_vm_sdma_copy_ptes() argument
155 pe += amdgpu_gmc_sign_extend(amdgpu_bo_gpu_offset_no_check(bo)); in amdgpu_vm_sdma_copy_ptes()
156 trace_amdgpu_vm_copy_ptes(pe, src, count, p->immediate); in amdgpu_vm_sdma_copy_ptes()
158 amdgpu_vm_copy_pte(p->adev, ib, pe, src, count); in amdgpu_vm_sdma_copy_ptes()
166 * @pe: byte offset of the PDE/PTE, relative to start of PDB/PTB
167 * @addr: dst addr to write into pe
176 struct amdgpu_bo *bo, uint64_t pe, in amdgpu_vm_sdma_set_ptes() argument
182 pe += amdgpu_gmc_sign_extend(amdgpu_bo_gpu_offset_no_check(bo)); in amdgpu_vm_sdma_set_ptes()
183 trace_amdgpu_vm_set_ptes(pe, addr, count, incr, flags, p->immediate); in amdgpu_vm_sdma_set_ptes()
185 amdgpu_vm_write_pte(p->adev, ib, pe, addr | flags, in amdgpu_vm_sdma_set_ptes()
188 amdgpu_vm_set_pte_pde(p->adev, ib, pe, addr, in amdgpu_vm_sdma_set_ptes()
198 * @pe: byte offset of the PDE/PTE, relative to start of PDB/PTB
199 * @addr: dst addr to write into pe
208 struct amdgpu_bo_vm *vmbo, uint64_t pe, in amdgpu_vm_sdma_update() argument
259 amdgpu_vm_sdma_set_ptes(p, vmbo->shadow, pe, addr, in amdgpu_vm_sdma_update()
261 amdgpu_vm_sdma_set_ptes(p, bo, pe, addr, count, in amdgpu_vm_sdma_update()
284 amdgpu_vm_sdma_copy_ptes(p, vmbo->shadow, pe, nptes); in amdgpu_vm_sdma_update()
285 amdgpu_vm_sdma_copy_ptes(p, bo, pe, nptes); in amdgpu_vm_sdma_update()
287 pe += nptes * 8; in amdgpu_vm_sdma_update()