Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/tee/optee/
Doptee_private.h159 struct optee_msg_param *msg_params,
163 const struct optee_msg_param *msg_params);
Dffa_abi.c157 const struct optee_msg_param *msg_params) in optee_ffa_from_msg_param() argument
163 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() argument
236 struct optee_msg_param *mp = msg_params + n; in optee_ffa_to_msg_param()
Dsmc_abi.c139 const struct optee_msg_param *msg_params) in optee_from_msg_param() argument
146 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() argument
236 struct optee_msg_param *mp = msg_params + n; in optee_to_msg_param()
/linux-6.6.21/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()