Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tee/optee/
H A Doptee_msg.h120 u64 shm_ref; member
132 u64 shm_ref; member
H A Drpmb.c166 req_shm = (struct tee_shm *)(ulong)arg->params[0].u.rmem.shm_ref; in optee_suppl_cmd_rpmb()
170 rsp_shm = (struct tee_shm *)(ulong)arg->params[1].u.rmem.shm_ref; in optee_suppl_cmd_rpmb()
H A Dcore.c188 mp->u.rmem.shm_ref = (ulong)p->u.memref.shm; in to_msg_param()
230 shm = (struct tee_shm *)(ulong)mp->u.rmem.shm_ref; in from_msg_param()
460 msg_arg->params->u.tmem.shm_ref = (ulong)shm; in optee_shm_register()
485 msg_arg->params[0].u.rmem.shm_ref = (ulong)shm; in optee_shm_unregister()
H A Dsupplicant.c54 arg->params[0].u.tmem.shm_ref = (ulong)shm; in cmd_shm_alloc()
/openbmc/linux/drivers/tee/optee/
H A Doptee_msg.h120 u64 shm_ref; member
132 u64 shm_ref; member
H A 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()