Home
last modified time | relevance | path

Searched refs:ret_origin (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libutee/
H A Dtee_api.c430 uint32_t ret_origin = TEE_ORIGIN_TEE; in TEE_InvokeTACommand() local
452 commandID, &up, &ret_origin); in TEE_InvokeTACommand()
463 *returnOrigin = ret_origin; in TEE_InvokeTACommand()
465 if (ret_origin == TEE_ORIGIN_TRUSTED_APP) in TEE_InvokeTACommand()
483 uint32_t ret_origin = TEE_ORIGIN_TEE; in __GP11_TEE_InvokeTACommand() local
503 commandID, &up, &ret_origin); in __GP11_TEE_InvokeTACommand()
514 *returnOrigin = ret_origin; in __GP11_TEE_InvokeTACommand()
516 if (ret_origin == TEE_ORIGIN_TRUSTED_APP) in __GP11_TEE_InvokeTACommand()
/optee_os/core/tee/
H A Dentry_std.c409 arg->ret_origin = err_orig; in entry_open_session()
429 arg->ret_origin = TEE_ORIGIN_TEE; in entry_close_session()
461 arg->ret_origin = err_orig; in entry_invoke_command()
486 arg->ret_origin = err_orig; 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()
/optee_os/core/include/
H A Doptee_msg.h217 uint32_t ret_origin; member
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c646 PRIx32" ret_origin=%#"PRIx32, arg->ret, arg->ret_origin); in get_rpc_alloc_res()
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c645 PRIx32" ret_origin=%#"PRIx32, arg->ret, arg->ret_origin); in get_rpc_alloc_res()