Home
last modified time | relevance | path

Searched refs:CR_STATUS_PIE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/nios2/
H A Dcpu.c76 env->ctrl[CR_STATUS] = CR_STATUS_RSIE | CR_STATUS_U | CR_STATUS_PIE; in nios2_cpu_reset_hold()
235 if (!(status & CR_STATUS_PIE)) { in eic_take_interrupt()
251 if (!(env->ctrl[CR_STATUS] & CR_STATUS_PIE)) { in iic_take_interrupt()
H A Dcpu.h112 #define CR_STATUS_PIE R_CR_STATUS_PIE_MASK macro
H A Dhelper.c77 new_status &= ~(CR_STATUS_PIE | CR_STATUS_U); in do_exception()