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.c655 static void register_BookE_sprs(CPUPPCState *env, uint64_t ivor_mask) in register_BookE_sprs() argument
767 if (ivor_mask & (1ULL << i)) { in register_BookE_sprs()
1664 env->ivor_mask = 0x0000FFF0UL; in init_excp_4xx()
1689 env->ivor_mask = 0x0000FFF0UL; in init_excp_MPC5xx()
1720 env->ivor_mask = 0x0000FFF0UL; in init_excp_MPC8xx()
1781 env->ivor_mask = 0x0000FFF7UL; in init_excp_e200()
1807 env->ivor_mask = 0x0000FFF0UL; in init_excp_BookE()
2811 uint64_t ivor_mask; in init_proc_e500() local
2831 ivor_mask = 0x0000000F0000FFFFULL; in init_proc_e500()
2835 ivor_mask = 0x000003FE0000FFFFULL; in init_proc_e500()
[all …]
H A Dcpu.h1347 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()