Searched refs:utee_params (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/ta/arch/arm/ |
A D | user_ta_header.c | 30 struct utee_params; 40 struct utee_params *up, unsigned long cmd_id); 44 struct utee_params *up, 49 struct utee_params *up, in _C_FUNCTION()
|
/optee_os-3.20.0/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-3.20.0/lib/libutee/arch/arm/ |
A D | user_ta_entry.c | 253 static void to_utee_params(struct utee_params *up, uint32_t param_types, in to_utee_params() 283 const struct utee_params *up) in from_utee_params() 315 struct utee_params *up) in entry_open_session() 357 struct utee_params *up, unsigned long cmd_id) in entry_invoke_command() 379 struct utee_params *up) in entry_dump_memstats() 408 struct utee_params *up, unsigned long cmd_id) in __utee_entry()
|
/optee_os-3.20.0/lib/libutee/include/ |
A D | utee_types.h | 45 struct utee_params { struct
|
A D | utee_syscalls.h | 52 struct utee_params *params, uint32_t *sess, 62 struct utee_params *params,
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_private.h | 16 struct utee_params *up, unsigned long cmd_id);
|
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()
|
/optee_os-3.20.0/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-3.20.0/core/tee/ |
A D | tee_svc.c | 571 struct utee_params *up) in utee_param_to_param() 656 struct utee_params *callee_params, in tee_svc_copy_param() 684 sizeof(struct utee_params)); in tee_svc_copy_param() 797 struct utee_params *usr_param) in tee_svc_update_out_param() 851 struct utee_params *usr_param, uint32_t *ta_sess, in syscall_open_ta_session() 924 struct utee_params *usr_param, uint32_t *ret_orig) in syscall_invoke_ta_command()
|
Completed in 10 milliseconds