Home
last modified time | relevance | path

Searched refs:shm_ref (Results 1 – 2 of 2) sorted by relevance

/drivers/tee/optee/
Doptee_msg.h120 u64 shm_ref; member
132 u64 shm_ref; member
Dsmc_abi.c92 shm = (struct tee_shm *)(unsigned long)mp->u.tmem.shm_ref; in from_msg_param_tmp_mem()
117 shm = (struct tee_shm *)(unsigned long)mp->u.rmem.shm_ref; in from_msg_param_reg_mem()
188 mp->u.tmem.shm_ref = (unsigned long)p->u.memref.shm; in to_msg_param_tmp_mem()
213 mp->u.rmem.shm_ref = (unsigned long)p->u.memref.shm; in to_msg_param_reg_mem()
501 msg_arg->params->u.tmem.shm_ref = (unsigned long)shm; in optee_shm_register()
551 msg_arg->params[0].u.rmem.shm_ref = (unsigned long)shm; in optee_shm_unregister()
756 arg->params[0].u.tmem.shm_ref = (unsigned long)shm; in handle_rpc_func_cmd_shm_alloc()
764 arg->params[0].u.tmem.shm_ref = (unsigned long)shm; in handle_rpc_func_cmd_shm_alloc()