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