Home
last modified time | relevance | path

Searched refs:TEE_ORIGIN_TEE (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/tee/
H A Dentry_std.c367 TEE_ErrorOrigin err_orig = TEE_ORIGIN_TEE; in entry_open_session()
429 arg->ret_origin = TEE_ORIGIN_TEE; in entry_close_session()
435 TEE_ErrorOrigin err_orig = TEE_ORIGIN_TEE; in entry_invoke_command()
467 TEE_ErrorOrigin err_orig = TEE_ORIGIN_TEE; in entry_cancel()
525 arg->ret_origin = TEE_ORIGIN_TEE; in unregister_shm()
599 arg->ret_origin = TEE_ORIGIN_TEE; in reclaim_protmem()
619 arg->ret_origin = TEE_ORIGIN_TEE; in get_protmem_config()
H A Dtee_svc.c786 uint32_t ret_o = TEE_ORIGIN_TEE; in syscall_open_ta_session()
853 uint32_t ret_o = TEE_ORIGIN_TEE; in syscall_invoke_ta_command()
889 ret_o = TEE_ORIGIN_TEE; in syscall_invoke_ta_command()
/optee_os/core/kernel/
H A Dpseudo_ta.c168 ta_sess->err_origin = TEE_ORIGIN_TEE; in pseudo_ta_enter_open_session()
202 ta_sess->err_origin = TEE_ORIGIN_TEE; in pseudo_ta_enter_invoke_cmd()
H A Dtee_ta_manager.c610 *err = TEE_ORIGIN_TEE; in tee_ta_init_session()
762 *err = TEE_ORIGIN_TEE; in tee_ta_open_session()
823 *err = TEE_ORIGIN_TEE; in dump_ta_memstats()
1025 *err = TEE_ORIGIN_TEE; in tee_ta_session_is_cancelled()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h155 #define TEE_ORIGIN_TEE 0x00000003 macro
/optee_os/lib/libutee/
H A Dtee_api.c430 uint32_t ret_origin = TEE_ORIGIN_TEE; in TEE_InvokeTACommand()
483 uint32_t ret_origin = TEE_ORIGIN_TEE; in __GP11_TEE_InvokeTACommand()
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c478 ta_sess->err_origin = TEE_ORIGIN_TEE; in stmm_enter_open_session()