Home
last modified time | relevance | path

Searched refs:hreset_vector (Results 1 – 2 of 2) sorted by relevance

/qemu/target/ppc/
H A Dcpu_init.c1665 env->hreset_vector = 0xFFFFFFFCUL; in init_excp_4xx()
1690 env->hreset_vector = 0x00000100UL; in init_excp_MPC5xx()
1721 env->hreset_vector = 0x00000100UL; in init_excp_MPC8xx()
1746 env->hreset_vector = 0x00000100UL; in init_excp_G2()
1782 env->hreset_vector = 0xFFFFFFFCUL; in init_excp_e200()
1808 env->hreset_vector = 0xFFFFFFFCUL; in init_excp_BookE()
1832 env->hreset_vector = 0x00000100UL; in init_excp_603()
1854 env->hreset_vector = 0x00000100UL; in init_excp_604()
1877 env->hreset_vector = 0x00000100UL; in init_excp_7x0()
1899 env->hreset_vector = 0x00000100UL; in init_excp_750cl()
[all …]
H A Dcpu.h1365 target_ulong hreset_vector; member