Home
last modified time | relevance | path

Searched refs:msg_params (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/tee/optee/
Doptee_private.h187 struct optee_msg_param *msg_params,
191 const struct optee_msg_param *msg_params);
Dffa_abi.c158 const struct optee_msg_param *msg_params) in optee_ffa_from_msg_param() argument
164 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() argument
237 struct optee_msg_param *mp = msg_params + n; in optee_ffa_to_msg_param()
Dsmc_abi.c140 const struct optee_msg_param *msg_params) in optee_from_msg_param() argument
147 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() argument
237 struct optee_msg_param *mp = msg_params + n; in optee_to_msg_param()
/linux-6.12.1/ipc/
Dmsg.c305 struct ipc_params msg_params; in ksys_msgget() local
309 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()