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.c65 case POWERPC_EXCP_RESET: return "RESET"; in powerpc_excp_name()
180 case POWERPC_EXCP_RESET: in powerpc_reset_wakeup()
205 return POWERPC_EXCP_RESET; in powerpc_reset_wakeup()
274 excp == POWERPC_EXCP_RESET || in ppc_excp_apply_ail()
610 case POWERPC_EXCP_RESET: /* System reset exception */ in powerpc_excp_6xx()
769 case POWERPC_EXCP_RESET: /* System reset exception */ in powerpc_excp_7xx()
919 case POWERPC_EXCP_RESET: /* System reset exception */ in powerpc_excp_74xx()
1106 case POWERPC_EXCP_RESET: /* System reset exception */ in powerpc_excp_booke()
1425 case POWERPC_EXCP_RESET: /* System reset exception */ in powerpc_excp_books()
2337 powerpc_excp(cpu, POWERPC_EXCP_RESET); in ppc_deliver_interrupt()
[all …]
H A Dcpu_init.c1685 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_MPC5xx()
1710 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_MPC8xx()
1741 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_G2()
1766 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000FFC; in init_excp_e200()
1828 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_603()
1852 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_604()
1874 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_7x0()
1897 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_750cl()
1919 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_750cx()
1942 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_7x5()
[all …]
H A Dcpu.h98 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()
1625 excp == POWERPC_EXCP_RESET || in exit_nested_store_l2()