Searched refs:msg_params (Results 1 – 4 of 4) sorted by relevance
159 struct optee_msg_param *msg_params,163 const struct optee_msg_param *msg_params);
157 const struct optee_msg_param *msg_params) in optee_ffa_from_msg_param() argument163 const struct optee_msg_param *mp = msg_params + n; in optee_ffa_from_msg_param()228 struct optee_msg_param *msg_params, in optee_ffa_to_msg_param() argument236 struct optee_msg_param *mp = msg_params + n; in optee_ffa_to_msg_param()
139 const struct optee_msg_param *msg_params) in optee_from_msg_param() argument146 const struct optee_msg_param *mp = msg_params + n; in optee_from_msg_param()228 struct optee_msg_param *msg_params, in optee_to_msg_param() argument236 struct optee_msg_param *mp = msg_params + n; in optee_to_msg_param()
305 struct ipc_params msg_params; in ksys_msgget() local309 msg_params.key = key; in ksys_msgget()310 msg_params.flg = msgflg; in ksys_msgget()312 return ipcget(ns, &msg_ids(ns), &msg_ops, &msg_params); in ksys_msgget()