Searched refs:optee_msg_param (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/tee/optee/ |
H A D | optee_msg.h | 159 struct optee_msg_param { struct 205 struct optee_msg_param params[0]; 218 sizeof(struct optee_msg_param) * (num_params))
|
H A D | core.c | 160 static int to_msg_param(struct optee_msg_param *msg_params, uint num_params, in to_msg_param() 167 struct optee_msg_param *mp = msg_params + n; in to_msg_param() 200 const struct optee_msg_param *msg_params) in from_msg_param() 207 const struct optee_msg_param *mp = msg_params + n; in from_msg_param()
|
/openbmc/linux/drivers/tee/optee/ |
H A D | optee_msg.h | 179 struct optee_msg_param { struct 219 struct optee_msg_param params[]; 232 sizeof(struct optee_msg_param) * (num_params))
|
H A D | optee_private.h | 159 struct optee_msg_param *msg_params, 163 const struct optee_msg_param *msg_params); 282 const struct optee_msg_param *mp) in optee_from_msg_param_value() 291 static inline void optee_to_msg_param_value(struct optee_msg_param *mp, in optee_to_msg_param_value()
|
H A D | ffa_abi.c | 124 u32 attr, const struct optee_msg_param *mp) in from_msg_param_ffa_mem() 157 const struct optee_msg_param *msg_params) in optee_ffa_from_msg_param() 163 const struct optee_msg_param *mp = msg_params + n; in optee_ffa_from_msg_param() 189 static int to_msg_param_ffa_mem(struct optee_msg_param *mp, in to_msg_param_ffa_mem() 228 struct optee_msg_param *msg_params, in optee_ffa_to_msg_param() 236 struct optee_msg_param *mp = msg_params + n; in optee_ffa_to_msg_param() 456 arg->params[0] = (struct optee_msg_param){ in handle_ffa_rpc_func_cmd_shm_alloc()
|
H A D | smc_abi.c | 83 const struct optee_msg_param *mp) in from_msg_param_tmp_mem() 110 const struct optee_msg_param *mp) in from_msg_param_reg_mem() 139 const struct optee_msg_param *msg_params) in optee_from_msg_param() 146 const struct optee_msg_param *mp = msg_params + n; in optee_from_msg_param() 179 static int to_msg_param_tmp_mem(struct optee_msg_param *mp, in to_msg_param_tmp_mem() 207 static int to_msg_param_reg_mem(struct optee_msg_param *mp, in to_msg_param_reg_mem() 228 struct optee_msg_param *msg_params, in optee_to_msg_param() 236 struct optee_msg_param *mp = msg_params + n; in optee_to_msg_param()
|