Home
last modified time | relevance | path

Searched refs:SR_IEE (Results 1 – 2 of 2) sorted by relevance

/qemu/target/openrisc/
H A Dinterrupt.c50 env->sr &= ~SR_IEE; in openrisc_cpu_do_interrupt()
110 if ((interrupt_request & CPU_INTERRUPT_HARD) && (env->sr & SR_IEE)) { in openrisc_cpu_exec_interrupt()
H A Dcpu.h163 SR_IEE = (1 << 2), enumerator