Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/common/mmu/
H A Dmmu.c645 flags == VM_TYPE_USERPTR ? "PMMU" : "HMMU", rc); in hl_mmu_invalidate_cache()
660 flags == VM_TYPE_USERPTR ? "PMMU" : "HMMU", va, size, rc); in hl_mmu_invalidate_cache_range()
/openbmc/linux/drivers/accel/habanalabs/common/
H A Ddebugfs.c273 if (*vm_type == VM_TYPE_USERPTR) { in vm_show()
713 if (*vm_type == VM_TYPE_USERPTR) { in device_va_to_pa()
H A Ddevice.c2586 if (((*vm_type == VM_TYPE_USERPTR) && is_pmmu) || in hl_capture_user_mappings()
2608 if ((*vm_type == VM_TYPE_USERPTR) && (is_pmmu)) { in hl_capture_user_mappings()
H A Dmemory.c243 userptr->vm_type = VM_TYPE_USERPTR; in dma_map_host_va()
1308 if (*vm_type == VM_TYPE_USERPTR) { in unmap_device_va()
H A Dhabanalabs.h458 VM_TYPE_USERPTR = 0x1, enumerator