Home | History | Annotate | Download | only in target-arm

Lines Matching full:exception_index

578     env->exception_index = -1;
585 env->exception_index = EXCP_PREFETCH_ABORT;
588 env->exception_index = EXCP_DATA_ABORT;
764 switch (env->exception_index) {
795 cpu_abort(env, "Unhandled exception 0x%x\n", env->exception_index);
842 switch (env->exception_index) {
927 cpu_abort(env, "Unhandled exception 0x%x\n", env->exception_index);
1343 env->exception_index = EXCP_PREFETCH_ABORT;
1349 env->exception_index = EXCP_DATA_ABORT;