Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu_init.c1723 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000040; in init_excp_ppe42()
1741 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_MPC5xx()
1766 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_MPC8xx()
1797 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_G2()
1822 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000FFC; in init_excp_e500()
1884 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_603()
1908 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_604()
1930 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_7x0()
1953 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_750cl()
1975 env->excp_vectors[POWERPC_EXCP_RESET] = 0x00000100; in init_excp_750cx()
[all …]
H A Dcpu.h98 POWERPC_EXCP_RESET = 64, /* System reset exception */ enumerator
/openbmc/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()