/optee_os/ta/arch/arm/ |
A D | user_ta_header.c | 27 struct utee_params; 37 struct utee_params *up, unsigned long cmd_id); 41 struct utee_params *up, 46 struct utee_params *up, in _C_FUNCTION()
|
/optee_os/out/arm/export-ta_arm32/src/ |
A D | user_ta_header.c | 27 struct utee_params; 37 struct utee_params *up, unsigned long cmd_id); 41 struct utee_params *up, 46 struct utee_params *up, in _C_FUNCTION()
|
/optee_os/out/arm/export-ta_arm64/src/ |
A D | user_ta_header.c | 27 struct utee_params; 37 struct utee_params *up, unsigned long cmd_id); 41 struct utee_params *up, 46 struct utee_params *up, in _C_FUNCTION()
|
/optee_os/lib/libutee/arch/arm/ |
A D | user_ta_entry.c | 240 static void to_utee_params(struct utee_params *up, uint32_t param_types, in to_utee_params() 270 const struct utee_params *up) in from_utee_params() 302 struct utee_params *up) in entry_open_session() 344 struct utee_params *up, unsigned long cmd_id) in entry_invoke_command() 365 struct utee_params *up, unsigned long cmd_id) in __utee_entry()
|
/optee_os/core/include/tee/ |
A D | tee_svc.h | 54 unsigned long cancel_req_to, struct utee_params *params, 61 struct utee_params *params, uint32_t *ret_orig);
|
/optee_os/core/kernel/ |
A D | user_ta.c | 52 static void init_utee_param(struct utee_params *up, in init_utee_param() 86 const struct utee_params *up) in update_from_utee_param() 135 struct utee_params *usr_params = NULL; in user_ta_enter() 159 usr_stack -= ROUNDUP(sizeof(struct utee_params), STACK_ALIGNMENT); in user_ta_enter() 160 usr_params = (struct utee_params *)usr_stack; in user_ta_enter()
|
/optee_os/lib/libutee/ |
A D | tee_api.c | 25 static TEE_Result copy_param(struct utee_params *up, uint32_t param_types, in copy_param() 120 const struct utee_params *up) in update_out_param() 156 struct utee_params up; in TEE_OpenTASession() 212 struct utee_params up; in TEE_InvokeTACommand()
|
A D | tee_api_private.h | 16 struct utee_params *up, unsigned long cmd_id);
|
/optee_os/out/arm/export-ta_arm64/host_include/ |
A D | utee_types.h | 35 struct utee_params { struct
|
A D | utee_syscalls.h | 52 struct utee_params *params, uint32_t *sess, 62 struct utee_params *params,
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | utee_types.h | 35 struct utee_params { struct
|
A D | utee_syscalls.h | 52 struct utee_params *params, uint32_t *sess, 62 struct utee_params *params,
|
/optee_os/lib/libutee/include/ |
A D | utee_types.h | 35 struct utee_params { struct
|
A D | utee_syscalls.h | 52 struct utee_params *params, uint32_t *sess, 62 struct utee_params *params,
|
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | utee_types.h | 35 struct utee_params { struct
|
A D | utee_syscalls.h | 52 struct utee_params *params, uint32_t *sess, 62 struct utee_params *params,
|
/optee_os/out/arm/export-ta_arm32/include/ |
A D | utee_types.h | 35 struct utee_params { struct
|
A D | utee_syscalls.h | 52 struct utee_params *params, uint32_t *sess, 62 struct utee_params *params,
|
/optee_os/core/tee/ |
A D | tee_svc.c | 518 struct utee_params *up) in utee_param_to_param() 603 struct utee_params *callee_params, in tee_svc_copy_param() 629 sizeof(struct utee_params)); in tee_svc_copy_param() 742 struct utee_params *usr_param) in tee_svc_update_out_param() 796 struct utee_params *usr_param, uint32_t *ta_sess, in syscall_open_ta_session() 869 struct utee_params *usr_param, uint32_t *ret_orig) in syscall_invoke_ta_command()
|