Searched refs:panic_code (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | ldelf_loader.c | 106 uint32_t panic_code = 0; in ldelf_init_with_ldelf() local 119 is_arm32, &panicked, &panic_code); in ldelf_init_with_ldelf() 171 uint32_t panic_code = 0; in ldelf_dump_state() local 272 is_arm32, &panicked, &panic_code); in ldelf_dump_state() 294 uint32_t panic_code = 0; in ldelf_dump_ftrace() local 321 is_arm32, &panicked, &panic_code); in ldelf_dump_ftrace() 350 uint32_t panic_code = 0; in ldelf_dlopen() local 379 is_arm32, &panicked, &panic_code); in ldelf_dlopen() 401 uint32_t panic_code = 0; in ldelf_dlsym() local 433 is_arm32, &panicked, &panic_code); in ldelf_dlsym()
|
A D | stmm_sp.c | 108 uint32_t panic_code = 0; in stmm_enter_user_mode() local 121 __thread_enter_user_mode(&spc->regs, &panicked, &panic_code); in stmm_enter_user_mode() 134 DMSG("stmm panicked with code %#"PRIx32, panic_code); in stmm_enter_user_mode() 594 static void return_from_sp_helper(bool panic, uint32_t panic_code, in return_from_sp_helper() argument 607 SVC_REGS_A2(svc_regs) = panic_code; in return_from_sp_helper()
|
A D | secure_partition.c | 1003 uint32_t panic_code = 0; in sp_enter_invoke_cmd() local 1014 __thread_enter_user_mode(sp_regs, &panicked, &panic_code); in sp_enter_invoke_cmd() 1021 DMSG("SP panicked with code %#"PRIx32, panic_code); in sp_enter_invoke_cmd()
|
/optee_os-3.20.0/core/arch/arm/include/tee/ |
A D | arch_svc.h | 24 uint32_t panic_code,
|
/optee_os-3.20.0/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-3.20.0/core/include/kernel/ |
A D | tee_ta_manager.h | 73 uint32_t panic_code; /* Code supplied for panic */ member
|
/optee_os-3.20.0/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 10 milliseconds