Home
last modified time | relevance | path

Searched refs:TEE_ERROR_TARGET_DEAD (Results 1 – 15 of 15) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Darch_scall_rv.S60 li a0, TEE_ERROR_TARGET_DEAD
H A Dabort.c234 ai->regs->a0 = TEE_ERROR_TARGET_DEAD; in handle_user_mode_panic()
/optee_os/core/arch/arm/kernel/
H A Darch_scall_a32.S104 ldr r0, =TEE_ERROR_TARGET_DEAD
H A Darch_scall_a64.S193 ldr w0, =TEE_ERROR_TARGET_DEAD
H A Dabort.c343 ai->regs->r0 = TEE_ERROR_TARGET_DEAD; in handle_user_mode_panic()
369 ai->regs->x0 = TEE_ERROR_TARGET_DEAD; in handle_user_mode_panic()
H A Dsecure_partition.c639 return TEE_ERROR_TARGET_DEAD; in sp_open_session()
661 return TEE_ERROR_TARGET_DEAD; in sp_open_session()
1840 return TEE_ERROR_TARGET_DEAD; in sp_enter_invoke_cmd()
1895 if (!res || res == TEE_ERROR_TARGET_DEAD) in sp_dump_state()
H A Dstmm_sp.c147 return TEE_ERROR_TARGET_DEAD; in stmm_enter_user_mode()
/optee_os/core/kernel/
H A Dldelf_loader.c308 res = TEE_ERROR_TARGET_DEAD; in ldelf_dump_state()
376 res = TEE_ERROR_TARGET_DEAD; in ldelf_dlopen()
431 res = TEE_ERROR_TARGET_DEAD; in ldelf_dlsym()
483 res = TEE_ERROR_TARGET_DEAD;
H A Duser_ta.c197 res = TEE_ERROR_TARGET_DEAD; in user_ta_enter()
272 if (!res || res == TEE_ERROR_TARGET_DEAD) in user_ta_dump_state()
H A Dtee_ta_manager.c744 res = TEE_ERROR_TARGET_DEAD; in tee_ta_open_session()
810 res = TEE_ERROR_TARGET_DEAD; in tee_ta_invoke_command()
863 res = TEE_ERROR_TARGET_DEAD; in init_dump_ctx()
/optee_os/core/pta/bcm/
H A Dbnxt.c111 return TEE_ERROR_TARGET_DEAD; in invoke_command()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h127 #define TEE_ERROR_TARGET_DEAD 0xFFFF3024 macro
/optee_os/lib/libutee/
H A Dtee_api.c470 res != TEE_ERROR_TARGET_DEAD) in TEE_InvokeTACommand()
521 res != TEE_ERROR_TARGET_DEAD) in __GP11_TEE_InvokeTACommand()
/optee_os/core/drivers/crypto/aspeed/
H A Dhace_ast2600.c121 rc = TEE_ERROR_TARGET_DEAD; in ast2600_hace_process()
/optee_os/core/tee/
H A Dtee_svc.c873 if (res == TEE_ERROR_TARGET_DEAD) in syscall_invoke_ta_command()