Home
last modified time | relevance | path

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

/linux/drivers/tee/
H A Dtee_heap.c343 struct tee_shm **parent_shm) in tee_heap_update_from_dma_buf() argument
360 buf->offs, shm, parent_shm); in tee_heap_update_from_dma_buf()
361 if (!rc && *parent_shm) in tee_heap_update_from_dma_buf()
385 struct tee_shm **parent_shm __always_unused) in tee_heap_update_from_dma_buf()
436 struct tee_shm **parent_shm) in protmem_pool_op_static_update_shm() argument
441 *parent_shm = NULL; in protmem_pool_op_static_update_shm()
H A Dtee_core.c403 if (ref->parent_shm) { in param_from_user_memref()
412 refcount_inc(&ref->parent_shm->refcount); in param_from_user_memref()
414 shm = ref->parent_shm; in param_from_user_memref()
H A Dtee_shm.c236 &ref->parent_shm); in tee_shm_register_fd()
/linux/drivers/tee/optee/
H A Dprotmem.c183 struct tee_shm **parent_shm) in protmem_pool_op_dyn_update_shm() argument
187 *parent_shm = rp->protmem; in protmem_pool_op_dyn_update_shm()