Home
last modified time | relevance | path

Searched refs:mmu_mapped (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/accel/ivpu/
H A Divpu_gem.c261 if (!bo->mmu_mapped) { in ivpu_bo_pin()
268 bo->mmu_mapped = true; in ivpu_bo_pin()
310 ivpu_dbg(vdev, BO, "remove from ctx: ctx %d vpu_addr 0x%llx allocated %d mmu_mapped %d\n", in ivpu_bo_free_vpu_addr()
311 ctx->id, bo->vpu_addr, (bool)bo->sgt, bo->mmu_mapped); in ivpu_bo_free_vpu_addr()
315 if (bo->mmu_mapped) { in ivpu_bo_free_vpu_addr()
318 bo->mmu_mapped = false; in ivpu_bo_free_vpu_addr()
410 ivpu_dbg(vdev, BO, "free: ctx %d vpu_addr 0x%llx allocated %d mmu_mapped %d\n", in ivpu_bo_free()
411 bo->ctx->id, bo->vpu_addr, (bool)bo->sgt, bo->mmu_mapped); in ivpu_bo_free()
413 ivpu_dbg(vdev, BO, "free: ctx (released) allocated %d mmu_mapped %d\n", in ivpu_bo_free()
414 (bool)bo->sgt, bo->mmu_mapped); in ivpu_bo_free()
[all...]
H A Divpu_gem.h23 struct mutex lock; /* Protects: pages, sgt, mmu_mapped */
26 bool mmu_mapped; member

Completed in 1 milliseconds