Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c70 case POWERPC_EXCP_RESET: return "RESET"; in powerpc_excp_name()
206 case POWERPC_EXCP_RESET: in powerpc_reset_wakeup()
231 return POWERPC_EXCP_RESET; in powerpc_reset_wakeup()
300 excp == POWERPC_EXCP_RESET || in ppc_excp_apply_ail()
679 case POWERPC_EXCP_RESET: /* System reset exception */ in powerpc_excp_6xx()
838 case POWERPC_EXCP_RESET: /* System reset exception */ in powerpc_excp_7xx()
988 case POWERPC_EXCP_RESET: /* System reset exception */ in powerpc_excp_74xx()
1175 case POWERPC_EXCP_RESET: /* System reset exception */ in powerpc_excp_booke()
1494 case POWERPC_EXCP_RESET: /* System reset exception */ in powerpc_excp_books()
2402 powerpc_excp(cpu, POWERPC_EXCP_RESET); in ppc_deliver_interrupt()
[all …]
H A Dcpu_init.c1674 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_MPC5xx()
1699 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_MPC8xx()
1730 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_G2()
1755 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000FFC; in init_excp_e200()
1817 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_603()
1841 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_604()
1863 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_7x0()
1886 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_750cl()
1908 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_750cx()
1931 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_7x5()
[all …]
H A Dcpu.h96 POWERPC_EXCP_RESET = 64, /* System reset exception */ enumerator
/openbmc/qemu/linux-user/ppc/
H A Dcpu_loop.c242 case POWERPC_EXCP_RESET: /* System reset exception */ in cpu_loop()
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c549 excp == POWERPC_EXCP_RESET || in spapr_exit_nested_hv()
1572 excp == POWERPC_EXCP_RESET || in exit_nested_store_l2()