Home
last modified time | relevance | path

Searched refs:shm_offs (Results 1 – 10 of 10) sorted by relevance

/linux/security/keys/trusted-keys/
A Dtrusted_tee.c97 param[0].u.memref.shm_offs = 0; in trusted_tee_seal()
101 param[1].u.memref.shm_offs = 0; in trusted_tee_seal()
158 param[0].u.memref.shm_offs = 0; in trusted_tee_unseal()
162 param[1].u.memref.shm_offs = 0; in trusted_tee_unseal()
209 param[0].u.memref.shm_offs = 0; in trusted_tee_get_random()
/linux/drivers/char/tpm/
A Dtpm_ftpm_tee.c108 .shm_offs = 0, in ftpm_tee_tpm_op_send()
126 .shm_offs = MAX_COMMAND_SIZE, in ftpm_tee_tpm_op_send()
138 temp_buf = tee_shm_get_va(shm, command_params[1].u.memref.shm_offs); in ftpm_tee_tpm_op_send()
/linux/drivers/tee/optee/
A Dffa_abi.c142 p->u.memref.shm_offs = offs_low | offs_high << 32; in from_msg_param_ffa_mem()
198 u64 shm_offs = p->u.memref.shm_offs; in to_msg_param_ffa_mem() local
202 mp->u.fmem.offs_low = shm_offs; in to_msg_param_ffa_mem()
203 mp->u.fmem.offs_high = shm_offs >> 32; in to_msg_param_ffa_mem()
205 if (mp->u.fmem.offs_high != shm_offs >> 32) in to_msg_param_ffa_mem()
A Dsmc_abi.c62 p->u.memref.shm_offs = 0; in from_msg_param_tmp_mem()
71 p->u.memref.shm_offs = mp->u.tmem.buf_ptr - pa; in from_msg_param_tmp_mem()
88 p->u.memref.shm_offs = mp->u.rmem.offs; in from_msg_param_reg_mem()
91 p->u.memref.shm_offs = 0; in from_msg_param_reg_mem()
164 rc = tee_shm_get_pa(p->u.memref.shm, p->u.memref.shm_offs, &pa); in to_msg_param_tmp_mem()
183 mp->u.rmem.offs = p->u.memref.shm_offs; in to_msg_param_reg_mem()
A Ddevice.c41 param[0].u.memref.shm_offs = 0; in get_devices()
/linux/drivers/tee/amdtee/
A Dcall.c51 amd->params[i].mref.offset = tee[i].u.memref.shm_offs; in tee_params_to_amd_params()
103 tee[i].u.memref.shm_offs = amd->params[i].mref.offset; in amd_params_to_tee_params()
/linux/drivers/firmware/broadcom/
A Dtee_bnxt_fw.c83 param[0].u.memref.shm_offs = 0; in prepare_args()
/linux/drivers/char/hw_random/
A Doptee-rng.c94 param[0].u.memref.shm_offs = 0; in get_optee_rng_data()
/linux/include/linux/
A Dtee_drv.h64 size_t shm_offs; member
/linux/drivers/tee/
A Dtee_core.c422 params[n].u.memref.shm_offs = ip.a; in params_from_user()
660 ip.a = p->u.memref.shm_offs; in params_to_supp()
763 p->u.memref.shm_offs = 0; in params_from_supp()

Completed in 15 milliseconds