Searched refs:phys_pg_pack_handles (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/misc/habanalabs/common/ |
| A D | memory.c | 129 handle = idr_alloc(&vm->phys_pg_pack_handles, phys_pg_pack, 1, 0, in alloc_device_memory() 255 idr_destroy(&vm->phys_pg_pack_handles); in dram_pg_pool_do_release() 344 phys_pg_pack = idr_find(&vm->phys_pg_pack_handles, handle); in free_device_memory() 364 idr_remove(&vm->phys_pg_pack_handles, handle); in free_device_memory() 1032 phys_pg_pack = idr_find(&vm->phys_pg_pack_handles, handle); in get_paddr_from_handle() 1128 phys_pg_pack = idr_find(&vm->phys_pg_pack_handles, handle); in map_device_va() 1909 phys_pg_pack = idr_find(&vm->phys_pg_pack_handles, (u32) handle); in export_dmabuf_from_handle() 2642 idr_for_each_entry(&vm->phys_pg_pack_handles, phys_pg_list, i) in hl_vm_ctx_fini() 2650 idr_remove(&vm->phys_pg_pack_handles, i); in hl_vm_ctx_fini() 2712 idr_init(&vm->phys_pg_pack_handles); in hl_vm_init()
|
| A D | debugfs.c | 294 if (!idr_is_empty(&vm->phys_pg_pack_handles)) in vm_show() 297 idr_for_each_entry(&vm->phys_pg_pack_handles, phys_pg_pack, i) { in vm_show()
|
| A D | habanalabs.h | 1752 struct idr phys_pg_pack_handles; member
|
Completed in 20 milliseconds