Searched refs:tee_shm_pool_mgr_alloc_res_mem (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/tee/ | 
| D | tee_shm_pool.c | 74 	rc = tee_shm_pool_mgr_alloc_res_mem(priv_info->vaddr, priv_info->paddr,  in tee_shm_pool_alloc_res_mem()84 	rc = tee_shm_pool_mgr_alloc_res_mem(dmabuf_info->vaddr,  in tee_shm_pool_alloc_res_mem()
 106 struct tee_shm_pool_mgr *tee_shm_pool_mgr_alloc_res_mem(unsigned long vaddr,  in tee_shm_pool_mgr_alloc_res_mem()  function
 144 EXPORT_SYMBOL_GPL(tee_shm_pool_mgr_alloc_res_mem);
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | tee_drv.h | 247 struct tee_shm_pool_mgr *tee_shm_pool_mgr_alloc_res_mem(unsigned long vaddr,
 | 
| /Linux-v5.4/drivers/tee/optee/ | 
| D | core.c | 486 	rc = tee_shm_pool_mgr_alloc_res_mem(vaddr, paddr, sz,  in optee_config_shm_memremap()496 	rc = tee_shm_pool_mgr_alloc_res_mem(vaddr, paddr, size, PAGE_SHIFT);  in optee_config_shm_memremap()
 
 |