Searched refs:SR_IME (Results 1 – 4 of 4) sorted by relevance
167 SR_IME = (1 << 6), enumerator337 #define TB_FLAGS_IME SR_IME359 | (env->sr & (SR_SM | SR_DME | SR_IME | SR_OVE)); in cpu_get_tb_cpu_state()
148 switch (sr & (SR_DME | SR_IME)) { in openrisc_cpu_get_phys_page_debug()149 case SR_DME | SR_IME: in openrisc_cpu_get_phys_page_debug()
48 env->sr &= ~SR_IME; in openrisc_cpu_do_interrupt()
75 if (env->sr & (ifetch ? SR_IME : SR_DME)) { in openrisc_cpu_mmu_index()