Searched defs:up (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libutee/ |
| H A D | user_ta_entry.c | 277 static void to_utee_params(struct utee_params *up, uint32_t param_types, in to_utee_params() 307 const struct utee_params *up) in from_utee_params() 339 struct utee_params *up) in entry_open_session() 381 struct utee_params *up, unsigned long cmd_id) in entry_invoke_command() 403 struct utee_params *up) in entry_dump_memstats() 432 struct utee_params *up, unsigned long cmd_id) in __utee_entry()
|
| H A D | tee_api.c | 36 static void copy_param(struct utee_params *up, uint32_t param_types, in copy_param() 66 static void copy_gp11_param(struct utee_params *up, uint32_t param_types, in copy_gp11_param() 96 static TEE_Result map_tmp_param(struct utee_params *up, void **tmp_buf, in map_tmp_param() 179 const struct utee_params *up) in update_out_param() 209 const struct utee_params *up) in update_out_gp11_param() 325 struct utee_params up = { }; in TEE_OpenTASession() local 374 struct utee_params up = { }; in __GP11_TEE_OpenTASession() local 431 struct utee_params up = { }; in TEE_InvokeTACommand() local 484 struct utee_params up = { }; in __GP11_TEE_InvokeTACommand() local
|
| /optee_os/core/kernel/ |
| H A D | user_ta.c | 46 static TEE_Result init_utee_param(struct utee_params *up, in init_utee_param() 94 const struct utee_params *up) in update_from_utee_param()
|
| /optee_os/core/tee/ |
| H A D | tee_svc.c | 588 struct utee_params *up) in utee_param_to_param()
|