Home
last modified time | relevance | path

Searched refs:SR_IME (Results 1 – 4 of 4) sorted by relevance

/qemu/target/openrisc/
H A Dmmu.c149 switch (sr & (SR_DME | SR_IME)) { in openrisc_cpu_get_phys_page_debug()
150 case SR_DME | SR_IME: in openrisc_cpu_get_phys_page_debug()
H A Dcpu.h167 SR_IME = (1 << 6), enumerator
337 #define TB_FLAGS_IME SR_IME
H A Dcpu.c52 | (env->sr & (SR_SM | SR_DME | SR_IME | SR_OVE))), in openrisc_get_tb_cpu_state()
90 if (env->sr & (ifetch ? SR_IME : SR_DME)) { in openrisc_cpu_mmu_index()
H A Dinterrupt.c47 env->sr &= ~SR_IME; in openrisc_cpu_do_interrupt()