Home
last modified time | relevance | path

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

/linux/drivers/tee/qcomtee/
H A Dshm.c84 oic->in_msg.size = tee_shm_get_size(oic->in_shm); in qcomtee_msg_buffers_alloc()
86 oic->out_msg.size = tee_shm_get_size(oic->out_shm); in qcomtee_msg_buffers_alloc()
/linux/include/linux/
H A Dtee_drv.h171 static inline size_t tee_shm_get_size(struct tee_shm *shm) in tee_shm_get_size() function
/linux/drivers/tee/optee/
H A Dsmc_abi.c503 msg_arg->params->u.tmem.size = tee_shm_get_size(shm); in optee_shm_register()
761 arg->params[0].u.tmem.size = tee_shm_get_size(shm); in handle_rpc_func_cmd_shm_alloc()
H A Dffa_abi.c459 .u.fmem.size = tee_shm_get_size(shm), in handle_ffa_rpc_func_cmd_shm_alloc()