Home
last modified time | relevance | path

Searched refs:ret_vaddr (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/misc/habanalabs/
Dmemory.c833 u64 ret_vaddr, hint_addr; in map_device_va() local
900 ret_vaddr = get_va_block(hdev, in map_device_va()
903 if (!ret_vaddr) { in map_device_va()
912 rc = map_phys_page_pack(ctx, ret_vaddr, phys_pg_pack); in map_device_va()
924 ret_vaddr += phys_pg_pack->offset; in map_device_va()
927 hnode->vaddr = ret_vaddr; in map_device_va()
930 hash_add(ctx->mem_hash, &hnode->node, ret_vaddr); in map_device_va()
933 *device_addr = ret_vaddr; in map_device_va()
943 ret_vaddr, in map_device_va()
944 ret_vaddr + phys_pg_pack->total_size - 1)) in map_device_va()
[all …]