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.c1666 env->hreset_vector = 0xFFFFFFFCUL; in init_excp_4xx()
1691 env->hreset_vector = 0x00000100UL; in init_excp_MPC5xx()
1722 env->hreset_vector = 0x00000100UL; in init_excp_MPC8xx()
1747 env->hreset_vector = 0x00000100UL; in init_excp_G2()
1783 env->hreset_vector = 0xFFFFFFFCUL; in init_excp_e200()
1809 env->hreset_vector = 0xFFFFFFFCUL; in init_excp_BookE()
1833 env->hreset_vector = 0x00000100UL; in init_excp_603()
1855 env->hreset_vector = 0x00000100UL; in init_excp_604()
1878 env->hreset_vector = 0x00000100UL; in init_excp_7x0()
1900 env->hreset_vector = 0x00000100UL; in init_excp_750cl()
[all …]
H A Dcpu.h1345 target_ulong hreset_vector; member