Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/habanalabs/
Dmemory.c88 phys_pg_pack->vm_type = VM_TYPE_PHYS_PACK; in alloc_device_memory()
202 userptr->vm_type = VM_TYPE_USERPTR; in get_userptr_from_host_va()
661 phys_pg_pack->vm_type = userptr->vm_type; in init_phys_pg_pack_from_userptr()
832 enum vm_type_t *vm_type; in map_device_va() local
857 vm_type = (enum vm_type_t *) userptr; in map_device_va()
876 vm_type = (enum vm_type_t *) phys_pg_pack; in map_device_va()
926 hnode->ptr = vm_type; in map_device_va()
979 enum vm_type_t *vm_type; in unmap_device_va() local
1002 vm_type = hnode->ptr; in unmap_device_va()
1004 if (*vm_type == VM_TYPE_USERPTR) { in unmap_device_va()
[all …]
Ddebugfs.c233 enum vm_type_t *vm_type; in vm_show() local
254 vm_type = hnode->ptr; in vm_show()
256 if (*vm_type == VM_TYPE_USERPTR) { in vm_show()
Dhabanalabs.h696 enum vm_type_t vm_type; /* must be first */ member
839 enum vm_type_t vm_type; /* must be first */ member