Searched refs:g_exc_frames (Results 1 – 3 of 3) sorted by relevance
48 void *g_exc_frames[SOC_CPU_CORES_NUM] = {NULL}; variable80 int err_core = f == g_exc_frames[0] ? 0 : 1;93 if (err_core != i && g_exc_frames[i] != NULL) {94 print_state_for_core(g_exc_frames[i], i);130 g_exc_frames[core_id] = frame;144 g_exc_frames[core_id] = NULL;
24 extern void *g_exc_frames[SOC_CPU_CORES_NUM];
144 if (f == g_exc_frames[1]) { in print_debug_exception_details()