Searched refs:panicked (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/kernel/ |
| H A D | tee_ta_manager.c | 42 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() 685 * Keep panicked TAs with SINGLE_INSTANCE, KEEP_ALIVE, and KEEP_CRASHED in maybe_release_ta_ctx() 686 * flags in the context list to maintain their panicked status and in maybe_release_ta_ctx() 694 DMSG("Releasing panicked TA ctx"); in maybe_release_ta_ctx() 716 bool panicked = false; in tee_ta_open_session() 732 if (!ctx->panicked) { in tee_ta_open_session() 741 panicked = ctx->panicked; in tee_ta_open_session() 710 bool panicked = false; tee_ta_open_session() local 778 bool panicked = false; tee_ta_invoke_command() local 829 bool panicked = false; dump_ta_memstats() local [all...] |
| H A D | ldelf_loader.c | 121 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() 148 EMSG("ldelf 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() 306 EMSG("ldelf dump function panicked"); in ldelf_dump_state() 321 uint32_t panicked = 0; in ldelf_dump_ftrace() local 362 is_32bit, &panicked, in ldelf_dump_ftrace() 378 uint32_t panicked = 0; ldelf_dlopen() local 433 uint32_t panicked = 0; ldelf_dlsym() local [all...] |
| H A D | user_ta.c | 188 &utc->ta_ctx.panicked, in user_ta_enter() 193 if (utc->ta_ctx.panicked) { in user_ta_enter() 195 DMSG("tee_user_ta_enter: TA panicked with code 0x%x", in user_ta_enter()
|
| /optee_os/lib/libutee/include/ |
| H A D | pta_stats.h | 71 uint32_t panicked; /* True if TA has panicked */ member
|
| /optee_os/lib/libutils/ext/ftrace/ |
| H A D | ftrace.c | 56 if (!is_ta_ctx(s->ctx) || to_ta_ctx(s->ctx)->panicked) in get_fbuf()
|
| /optee_os/core/include/kernel/ |
| H A D | tee_ta_manager.h | 72 uint32_t panicked; /* True if TA has panicked, written from asm */ member
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | stmm_sp.c | 121 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 D | secure_partition.c | 1799 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()
|