Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtee_drv.h325 static inline size_t tee_shm_get_size(struct tee_shm *shm) in tee_shm_get_size() function
/openbmc/linux/drivers/tee/optee/
H A Dsmc_abi.c502 msg_arg->params->u.tmem.size = tee_shm_get_size(shm); in optee_shm_register()
724 sz = tee_shm_get_size(shm); in handle_rpc_func_cmd_shm_alloc()
755 arg->params[0].u.tmem.size = tee_shm_get_size(shm); in handle_rpc_func_cmd_shm_alloc()
H A Dffa_abi.c458 .u.fmem.size = tee_shm_get_size(shm), in handle_ffa_rpc_func_cmd_shm_alloc()