Home
last modified time | relevance | path

Searched refs:POWERPC_EXCP_RESET (Results 1 – 5 of 5) sorted by relevance

/qemu/target/ppc/
H A Dexcp_helper.c68 case POWERPC_EXCP_RESET: return "RESET"; in powerpc_excp_name()
203 case POWERPC_EXCP_RESET: in powerpc_reset_wakeup()
228 return POWERPC_EXCP_RESET; in powerpc_reset_wakeup()
297 excp == POWERPC_EXCP_RESET || in ppc_excp_apply_ail()
648 case POWERPC_EXCP_RESET: /* System reset exception */ in powerpc_excp_6xx()
809 case POWERPC_EXCP_RESET: /* System reset exception */ in powerpc_excp_7xx()
961 case POWERPC_EXCP_RESET: /* System reset exception */ in powerpc_excp_74xx()
1148 case POWERPC_EXCP_RESET: /* System reset exception */ in powerpc_excp_booke()
1469 case POWERPC_EXCP_RESET: /* System reset exception */ in powerpc_excp_books()
2356 powerpc_excp(cpu, POWERPC_EXCP_RESET); in ppc_deliver_interrupt()
[all …]
H A Dcpu_init.c1672 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_MPC5xx()
1697 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_MPC8xx()
1728 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_G2()
1753 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000FFC; in init_excp_e200()
1815 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_603()
1839 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_604()
1861 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_7x0()
1884 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_750cl()
1906 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_750cx()
1929 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_7x5()
[all …]
H A Dcpu.h95 POWERPC_EXCP_RESET = 64, /* System reset exception */ enumerator
/qemu/linux-user/ppc/
H A Dcpu_loop.c242 case POWERPC_EXCP_RESET: /* System reset exception */ in cpu_loop()
/qemu/hw/ppc/
H A Dspapr_nested.c549 excp == POWERPC_EXCP_RESET || in spapr_exit_nested_hv()
1561 excp == POWERPC_EXCP_RESET || in exit_nested_store_l2()