Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo_util.c93 int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible) in ttm_mem_io_lock() function
104 EXPORT_SYMBOL(ttm_mem_io_lock);
212 (void) ttm_mem_io_lock(man, false); in ttm_mem_reg_ioremap()
226 (void) ttm_mem_io_lock(man, false); in ttm_mem_reg_ioremap()
245 (void) ttm_mem_io_lock(man, false); in ttm_mem_reg_iounmap()
618 (void) ttm_mem_io_lock(man, false); in ttm_bo_kmap()
656 (void) ttm_mem_io_lock(man, false); in ttm_bo_kunmap()
H A Dttm_bo_vm.c204 ret = ttm_mem_io_lock(man, true); in ttm_bo_vm_fault()
628 ret = ttm_mem_io_lock(man, true); in ttm_bo_vm_fault_dfly()
H A Dttm_bo.c246 ret = ttm_mem_io_lock(old_man, true); in ttm_bo_handle_move_mem()
590 ttm_mem_io_lock(man, false); in ttm_bo_release()
1632 ttm_mem_io_lock(man, false); in ttm_bo_unmap_virtual()
/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_driver.h596 int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible);