Home
last modified time | relevance | path

Searched refs:CR_EIRR (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dint_helper.c31 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()
H A Dcpu.h157 #define CR_EIRR 23 macro
H A Dtranslate.c2274 case CR_EIRR: in trans_mtctl()
/openbmc/linux/arch/parisc/kernel/
H A Dsmp.c488 mtctl(~0UL, CR_EIRR); in __cpu_disable()
489 mfctl(CR_EIRR); in __cpu_disable()
490 mtctl(0, CR_EIRR); in __cpu_disable()
/openbmc/linux/arch/parisc/include/asm/
H A Dspecial_insns.h37 #define CR_EIRR 23 /* External Interrupt Request Register */ macro