Searched refs:CR_EIRR (Results 1 – 5 of 5) sorted by relevance
31 if (cpu->env.cr[CR_EIRR]) { in eval_interrupt()48 return cpu->env.cr[CR_EIRR]; in io_eir_read()65 env->cr[CR_EIRR] |= 1ull << le_bit; in io_eir_write()86 env->cr[CR_EIRR] &= ~val; in HELPER()280 && (env->cr[CR_EIRR] & env->cr[CR_EIEM])) { in hppa_cpu_exec_interrupt()
157 #define CR_EIRR 23 macro
2274 case CR_EIRR: in trans_mtctl()
488 mtctl(~0UL, CR_EIRR); in __cpu_disable()489 mfctl(CR_EIRR); in __cpu_disable()490 mtctl(0, CR_EIRR); in __cpu_disable()
37 #define CR_EIRR 23 /* External Interrupt Request Register */ macro