Home
last modified time | relevance | path

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

/linux/drivers/misc/habanalabs/common/
A Dmemory.c95 phys_pg_pack->vm_type = VM_TYPE_PHYS_PACK; in alloc_device_memory()
207 userptr->vm_type = VM_TYPE_USERPTR; in dma_map_host_va()
843 phys_pg_pack->vm_type = userptr->vm_type; in init_phys_pg_pack_from_userptr()
1068 enum vm_type *vm_type; in map_device_va() local
1099 vm_type = (enum vm_type *) userptr; in map_device_va()
1141 vm_type = (enum vm_type *) phys_pg_pack; in map_device_va()
1218 hnode->ptr = vm_type; in map_device_va()
1273 enum vm_type *vm_type; in unmap_device_va() local
1296 vm_type = hnode->ptr; in unmap_device_va()
1298 if (*vm_type == VM_TYPE_USERPTR) { in unmap_device_va()
[all …]
A Ddebugfs.c238 enum vm_type *vm_type; in vm_show() local
259 vm_type = hnode->ptr; in vm_show()
261 if (*vm_type == VM_TYPE_USERPTR) { in vm_show()
567 enum vm_type *vm_type; in device_va_to_pa() local
579 vm_type = hnode->ptr; in device_va_to_pa()
581 if (*vm_type == VM_TYPE_USERPTR) { in device_va_to_pa()
A Dhabanalabs.h350 enum vm_type { enum
1485 enum vm_type vm_type; /* must be first */ member
1710 enum vm_type vm_type; /* must be first */ member

Completed in 23 milliseconds