Searched refs:ret_orig (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/include/tee/ |
A D | tee_svc.h | 55 uint32_t *sess, uint32_t *ret_orig); 61 struct utee_params *params, uint32_t *ret_orig);
|
/optee_os-3.20.0/lib/libutee/include/ |
A D | utee_syscalls.h | 53 uint32_t *ret_orig); 63 uint32_t *ret_orig);
|
/optee_os-3.20.0/ta/trusted_keys/ |
A D | entry.c | 66 uint32_t ret_orig = 0; in derive_unique_key() local 74 &ret_orig); in derive_unique_key() 88 param_types, params, &ret_orig); in derive_unique_key()
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc.c | 852 uint32_t *ret_orig) in syscall_open_ta_session() argument 898 copy_to_user_private(ret_orig, &ret_o, sizeof(ret_o)); in syscall_open_ta_session() 924 struct utee_params *usr_param, uint32_t *ret_orig) in syscall_invoke_ta_command() argument 977 copy_to_user_private(ret_orig, &ret_o, sizeof(ret_o)); in syscall_invoke_ta_command()
|
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | pkcs11_token.c | 1494 uint32_t ret_orig = 0; in seed_rng_pool() local 1500 &sess, &ret_orig); in seed_rng_pool() 1508 param_types, params, &ret_orig); in seed_rng_pool()
|
Completed in 9 milliseconds