Home
last modified time | relevance | path

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

/openbmc/qemu/target/nios2/
H A Dhelper.c44 if ((old_status & CR_STATUS_EH) == 0) { in do_exception()
55 new_status |= CR_STATUS_EH; in do_exception()
106 if (!(new_status & CR_STATUS_EH)) { in do_eic_irq()
140 if (env->ctrl[CR_STATUS] & CR_STATUS_EH) { in nios2_cpu_do_interrupt()
203 if (env->ctrl[CR_STATUS] & CR_STATUS_EH) { in nios2_cpu_do_interrupt()
226 if (!(env->ctrl[CR_STATUS] & CR_STATUS_EH)) { in nios2_cpu_do_interrupt()
H A Dcpu.h114 #define CR_STATUS_EH R_CR_STATUS_EH_MASK macro