Searched refs:optee_msg_arg (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/drivers/tee/optee/ |
H A D | optee_private.h | 26 struct optee_msg_arg; 41 void optee_suppl_cmd_rpmb(struct udevice *dev, struct optee_msg_arg *arg); 52 struct optee_msg_arg *arg) in optee_suppl_cmd_rpmb()
|
H A D | supplicant.c | 16 static void cmd_shm_alloc(struct udevice *dev, struct optee_msg_arg *arg, in cmd_shm_alloc() 58 static void cmd_shm_free(struct optee_msg_arg *arg) in cmd_shm_free() 75 struct optee_msg_arg *arg = shm_arg->addr; in optee_suppl_cmd()
|
H A D | core.c | 141 struct tee_shm **shmp, struct optee_msg_arg **msg_arg) in get_msg_arg() 144 struct optee_msg_arg *ma; in get_msg_arg() 295 static u32 do_call_with_arg(struct udevice *dev, struct optee_msg_arg *arg) in do_call_with_arg() 334 struct optee_msg_arg *msg_arg; in optee_close_session() 355 struct optee_msg_arg *msg_arg; in optee_open_session() 405 struct optee_msg_arg *msg_arg; in optee_invoke_func() 441 struct optee_msg_arg *msg_arg; in optee_shm_register() 476 struct optee_msg_arg *msg_arg; in optee_shm_unregister()
|
H A D | optee_msg.h | 194 struct optee_msg_arg { struct 217 (sizeof(struct optee_msg_arg) + \
|
H A D | rpmb.c | 150 void optee_suppl_cmd_rpmb(struct udevice *dev, struct optee_msg_arg *arg) in optee_suppl_cmd_rpmb()
|
/openbmc/linux/drivers/tee/optee/ |
H A D | rpc.c | 15 static void handle_rpc_func_cmd_get_time(struct optee_msg_arg *arg) in handle_rpc_func_cmd_get_time() 37 struct optee_msg_arg *arg) in handle_rpc_func_cmd_i2c_transfer() 124 struct optee_msg_arg *arg) in handle_rpc_func_cmd_i2c_transfer() 131 struct optee_msg_arg *arg) in handle_rpc_func_cmd_wq() 159 static void handle_rpc_func_cmd_wait(struct optee_msg_arg *arg) in handle_rpc_func_cmd_wait() 182 struct optee_msg_arg *arg) in handle_rpc_supp_cmd() 259 struct optee_msg_arg *arg) in optee_rpc_cmd()
|
H A D | optee_msg.h | 208 struct optee_msg_arg { struct 231 (sizeof(struct optee_msg_arg) + \
|
H A D | call.c | 181 struct optee_msg_arg *optee_get_msg_arg(struct tee_context *ctx, in optee_get_msg_arg() 190 struct optee_msg_arg *ma; in optee_get_msg_arg() 288 struct optee_msg_arg *msg_arg; in optee_open_session() 367 struct optee_msg_arg *msg_arg; in optee_close_session_helper() 408 struct optee_msg_arg *msg_arg; in optee_invoke_func() 458 struct optee_msg_arg *msg_arg; in optee_cancel_req()
|
H A D | ffa_abi.c | 428 struct optee_msg_arg *arg) in handle_ffa_rpc_func_cmd_shm_alloc() 468 struct optee_msg_arg *arg) in handle_ffa_rpc_func_cmd_shm_free() 498 struct optee_msg_arg *arg) in handle_ffa_rpc_func_cmd() 514 u32 cmd, struct optee_msg_arg *arg) in optee_handle_ffa_rpc() 531 struct optee_msg_arg *rpc_arg) in optee_ffa_yielding_call() 623 struct optee_msg_arg *arg; in optee_ffa_do_call_with_arg() 625 struct optee_msg_arg *rpc_arg; in optee_ffa_do_call_with_arg()
|
H A D | smc_abi.c | 457 struct optee_msg_arg *msg_arg; in optee_shm_register() 523 struct optee_msg_arg *msg_arg; in optee_shm_unregister() 650 struct optee_msg_arg *arg) in handle_rpc_func_cmd_shm_free() 678 struct optee_msg_arg *arg, in handle_rpc_func_cmd_shm_alloc() 789 struct optee_msg_arg *arg, in handle_rpc_func_cmd() 815 struct optee_msg_arg *rpc_arg, in optee_handle_rpc() 821 struct optee_msg_arg *arg; in optee_handle_rpc() 894 struct optee_msg_arg *rpc_arg = NULL; in optee_smc_do_call_with_arg() 898 struct optee_msg_arg *arg; in optee_smc_do_call_with_arg() 971 struct optee_msg_arg *msg_arg; in simple_call_with_arg()
|
H A D | optee_private.h | 311 struct optee_msg_arg *optee_get_msg_arg(struct tee_context *ctx, 324 struct optee_msg_arg *arg);
|