Searched refs:msg_params (Results 1 – 4 of 4) sorted by relevance
116 struct optee_msg_param *msg_params,120 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()
107 const struct optee_msg_param *msg_params) in optee_from_msg_param() argument114 const struct optee_msg_param *mp = msg_params + n; in optee_from_msg_param()196 struct optee_msg_param *msg_params, in optee_to_msg_param() argument204 struct optee_msg_param *mp = msg_params + n; in optee_to_msg_param()
304 struct ipc_params msg_params; in ksys_msgget() local308 msg_params.key = key; in ksys_msgget()309 msg_params.flg = msgflg; in ksys_msgget()311 return ipcget(ns, &msg_ids(ns), &msg_ops, &msg_params); in ksys_msgget()
Completed in 13 milliseconds