Home
last modified time | relevance | path

Searched refs:utee_params (Results 1 – 19 of 19) sorted by relevance

/optee_os/ta/arch/arm/
A Duser_ta_header.c27 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 Duser_ta_header.c27 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 Duser_ta_header.c27 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 Duser_ta_entry.c240 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 Dtee_svc.h54 unsigned long cancel_req_to, struct utee_params *params,
61 struct utee_params *params, uint32_t *ret_orig);
/optee_os/core/kernel/
A Duser_ta.c52 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 Dtee_api.c25 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 Dtee_api_private.h16 struct utee_params *up, unsigned long cmd_id);
/optee_os/out/arm/export-ta_arm64/host_include/
A Dutee_types.h35 struct utee_params { struct
A Dutee_syscalls.h52 struct utee_params *params, uint32_t *sess,
62 struct utee_params *params,
/optee_os/out/arm/export-ta_arm64/include/
A Dutee_types.h35 struct utee_params { struct
A Dutee_syscalls.h52 struct utee_params *params, uint32_t *sess,
62 struct utee_params *params,
/optee_os/lib/libutee/include/
A Dutee_types.h35 struct utee_params { struct
A Dutee_syscalls.h52 struct utee_params *params, uint32_t *sess,
62 struct utee_params *params,
/optee_os/out/arm/export-ta_arm32/host_include/
A Dutee_types.h35 struct utee_params { struct
A Dutee_syscalls.h52 struct utee_params *params, uint32_t *sess,
62 struct utee_params *params,
/optee_os/out/arm/export-ta_arm32/include/
A Dutee_types.h35 struct utee_params { struct
A Dutee_syscalls.h52 struct utee_params *params, uint32_t *sess,
62 struct utee_params *params,
/optee_os/core/tee/
A Dtee_svc.c518 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()

Completed in 15 milliseconds