Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu_init.c766 if (ivor_mask & (1ULL << i)) { in register_BookE_sprs()
1663 env->ivor_mask = 0x0000FFF0UL; in init_excp_4xx()
1688 env->ivor_mask = 0x0000FFF0UL; in init_excp_MPC5xx()
1719 env->ivor_mask = 0x0000FFF0UL; in init_excp_MPC8xx()
1780 env->ivor_mask = 0x0000FFF7UL; in init_excp_e200()
1806 env->ivor_mask = 0x0000FFF0UL; in init_excp_BookE()
2810 uint64_t ivor_mask; in init_proc_e500() local
2830 ivor_mask = 0x0000000F0000FFFFULL; in init_proc_e500()
2834 ivor_mask = 0x000003FE0000FFFFULL; in init_proc_e500()
2840 register_BookE_sprs(env, ivor_mask); in init_proc_e500()
[all …]
H A Dcpu.h1344 target_ulong ivor_mask; member
H A Dtranslate.c1061 tcg_gen_ld_tl(t0, tcg_env, offsetof(CPUPPCState, ivor_mask)); in spr_write_excp_vector()