Searched refs:panic_code (Results 1 – 7 of 7) sorted by relevance
/optee_os/core/arch/arm/kernel/ |
A D | ldelf_loader.c | 105 uint32_t panic_code = 0; in ldelf_init_with_ldelf() local 118 is_arm32, &panicked, &panic_code); in ldelf_init_with_ldelf() 170 uint32_t panic_code = 0; in ldelf_dump_state() local 271 is_arm32, &panicked, &panic_code); in ldelf_dump_state() 293 uint32_t panic_code = 0; in ldelf_dump_ftrace() local 320 is_arm32, &panicked, &panic_code); in ldelf_dump_ftrace() 349 uint32_t panic_code = 0; in ldelf_dlopen() local 378 is_arm32, &panicked, &panic_code); in ldelf_dlopen() 400 uint32_t panic_code = 0; in ldelf_dlsym() local 432 is_arm32, &panicked, &panic_code); in ldelf_dlsym()
|
A D | secure_partition.c | 406 uint32_t panic_code = 0; in sp_enter_invoke_cmd() local 417 __thread_enter_user_mode(sp_regs, &panicked, &panic_code); in sp_enter_invoke_cmd() 424 DMSG("SP panicked with code %#"PRIx32, panic_code); in sp_enter_invoke_cmd()
|
A D | stmm_sp.c | 109 uint32_t panic_code = 0; in stmm_enter_user_mode() local 116 __thread_enter_user_mode(&spc->regs, &panicked, &panic_code); in stmm_enter_user_mode() 124 DMSG("stmm panicked with code %#"PRIx32, panic_code); in stmm_enter_user_mode() 584 static void return_from_sp_helper(bool panic, uint32_t panic_code, in return_from_sp_helper() argument 597 SVC_REGS_A2(svc_regs) = panic_code; in return_from_sp_helper()
|
/optee_os/core/arch/arm/tee/ |
A D | arch_svc.c | 463 uint32_t panic_code, in tee_svc_sys_return_helper() argument 468 TAMSG_RAW("TA panicked with code 0x%" PRIx32, panic_code); in tee_svc_sys_return_helper() 474 regs->r2 = panic_code; in tee_svc_sys_return_helper() 478 regs->x2 = panic_code; in tee_svc_sys_return_helper()
|
/optee_os/core/arch/arm/include/tee/ |
A D | arch_svc.h | 24 uint32_t panic_code,
|
/optee_os/core/include/kernel/ |
A D | tee_ta_manager.h | 73 uint32_t panic_code; /* Code supplied for panic */ member
|
/optee_os/core/kernel/ |
A D | user_ta.c | 170 &utc->ta_ctx.panic_code); in user_ta_enter() 177 utc->ta_ctx.panic_code); in user_ta_enter()
|
Completed in 11 milliseconds