Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/tee/optee/
Doptee_msg.h120 uint64_t shm_ref; member
132 uint64_t shm_ref; member
Doptee.c143 mtp->u.rmem.shm_ref = tp->c; in param_to_msg_param()
158 struct tee_shm *shm = (struct tee_shm *)mp->u.tmem.shm_ref; in msg_param_to_tmp_mem()
170 p->c = mp->u.tmem.shm_ref; in msg_param_to_tmp_mem()
213 if (!mtp->u.rmem.shm_ref) { in msg_param_to_param()
218 tp->c = mtp->u.rmem.shm_ref; in msg_param_to_param()
375 arg->params[0].u.tmem.shm_ref = (uint64_t)shm; in handle_cmd_alloc()
996 msg_arg->params->u.tmem.shm_ref = (uint64_t)shm; in optee_shm_register()
1029 msg_arg->params[0].u.rmem.shm_ref = (uint64_t)shm; in optee_shm_unregister()