Home
last modified time | relevance | path

Searched refs:panicked (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/kernel/
H A Dtee_ta_manager.c42 uint32_t panicked; member
496 if (ctx->panicked) { in tee_ta_close_session()
517 ((ctx->panicked && !keep_crashed) || !keep_alive)) { in tee_ta_close_session()
716 bool panicked = false; in tee_ta_open_session() local
732 if (!ctx->panicked) { in tee_ta_open_session()
741 panicked = ctx->panicked; in tee_ta_open_session()
742 if (panicked) { in tee_ta_open_session()
761 if (panicked || was_busy) in tee_ta_open_session()
767 if (panicked || res != TEE_SUCCESS) in tee_ta_open_session()
787 bool panicked = false; in tee_ta_invoke_command() local
[all …]
H A Dldelf_loader.c121 uint32_t panicked = 0; in ldelf_init_with_ldelf() local
140 is_32bit, &panicked, &panic_code); in ldelf_init_with_ldelf()
146 if (panicked) { in ldelf_init_with_ldelf()
193 uint32_t panicked = 0; in ldelf_dump_state() local
298 is_32bit, &panicked, &panic_code); in ldelf_dump_state()
304 if (panicked) { in ldelf_dump_state()
321 uint32_t panicked = 0; in ldelf_dump_ftrace() local
362 is_32bit, &panicked, &panic_code); in ldelf_dump_ftrace()
372 if (panicked) { in ldelf_dump_ftrace()
397 uint32_t panicked = 0; in ldelf_dlopen() local
[all …]
H A Duser_ta.c188 &utc->ta_ctx.panicked, in user_ta_enter()
193 if (utc->ta_ctx.panicked) { in user_ta_enter()
/optee_os/lib/libutee/include/
H A Dpta_stats.h71 uint32_t panicked; /* True if TA has panicked */ member
/optee_os/lib/libutils/ext/ftrace/
H A Dftrace.c56 if (!is_ta_ctx(s->ctx) || to_ta_ctx(s->ctx)->panicked) in get_fbuf()
/optee_os/core/include/kernel/
H A Dtee_ta_manager.h72 uint32_t panicked; /* True if TA has panicked, written from asm */ member
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c121 uint32_t panicked = 0; in stmm_enter_user_mode() local
133 __thread_enter_user_mode(&spc->regs, &panicked, &panic_code); in stmm_enter_user_mode()
144 if (panicked) { in stmm_enter_user_mode()
637 spc->ta_ctx.panicked = true; in return_from_sp_helper()
H A Dsecure_partition.c1799 uint32_t panicked = false; in sp_enter_invoke_cmd() local
1820 __thread_enter_user_mode(sp_regs, &panicked, &panic_code); in sp_enter_invoke_cmd()
1831 if (panicked) { in sp_enter_invoke_cmd()