Searched refs:tee_shm_get_size (Results 1 – 3 of 3) sorted by relevance
334 sz = tee_shm_get_size(shm); in handle_rpc_func_cmd_shm_alloc()365 arg->params[0].u.tmem.size = tee_shm_get_size(shm); in handle_rpc_func_cmd_shm_alloc()
648 msg_arg->params->u.tmem.size = tee_shm_get_size(shm); in optee_shm_register()
414 static inline size_t tee_shm_get_size(struct tee_shm *shm) in tee_shm_get_size() function