Searched refs:CP0St_ERL (Results 1 – 6 of 6) sorted by relevance
11 !(env->CP0_Status & (1 << CP0St_ERL)) && in cpu_mips_update_irq()
60 !(env->CP0_Status & (1 << CP0St_ERL)) && in compute_hflags()
51 if (!(env->CP0_Status & (1 << CP0St_ERL))) in fixed_mmu_map_address()123 if (env->CP0_Status & (1 << CP0St_ERL)) { in get_physical_address()450 env->CP0_Status |= (1 << CP0St_ERL) | (1 << CP0St_BEV); in do_interrupt()
287 #define CP0St_ERL 2 macro509 ((3 << CP0St_KSU) | (1 << CP0St_ERL) | (1 << CP0St_EXL))) == (3 << CP0St_KSU)); in is_cpu_user()
47 !(env->CP0_Status & (1 << CP0St_ERL)) && in helper_interrupt_restart()1675 if (env->CP0_Status & (1 << CP0St_ERL)) in debug_pre_eret()1688 if (env->CP0_Status & (1 << CP0St_ERL)) in debug_post_eret()1704 if (env->CP0_Status & (1 << CP0St_ERL)) { in helper_eret()1706 env->CP0_Status &= ~(1 << CP0St_ERL); in helper_eret()
8682 env->CP0_Status = (1 << CP0St_BEV) | (1 << CP0St_ERL); in cpu_reset()