Searched refs:msg_params (Results 1 – 4 of 4) sorted by relevance
187 struct optee_msg_param *msg_params,191 const struct optee_msg_param *msg_params);
158 const struct optee_msg_param *msg_params) in optee_ffa_from_msg_param() argument164 const struct optee_msg_param *mp = msg_params + n; in optee_ffa_from_msg_param()229 struct optee_msg_param *msg_params, in optee_ffa_to_msg_param() argument237 struct optee_msg_param *mp = msg_params + n; in optee_ffa_to_msg_param()
140 const struct optee_msg_param *msg_params) in optee_from_msg_param() argument147 const struct optee_msg_param *mp = msg_params + n; in optee_from_msg_param()229 struct optee_msg_param *msg_params, in optee_to_msg_param() argument237 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()