Home
last modified time | relevance | path

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

/openbmc/qemu/target/hppa/
H A Dint_helper.c114 env->cr[CR_IIASQ] = in hppa_cpu_do_interrupt()
119 env->cr[CR_IIASQ] = 0; in hppa_cpu_do_interrupt()
H A Dsys_helper.c95 env->iasq_f = (env->cr[CR_IIASQ] << 32) & ~(env->iaoq_f & mask); in HELPER()
H A Dcpu.h151 #define CR_IIASQ 17 macro
H A Dmem_helper.c587 vaddr va_b = deposit64(env->cr[CR_IIAOQ], 32, 32, env->cr[CR_IIASQ]); in HELPER()
H A Dtranslate.c2282 case CR_IIASQ: in trans_mtctl()
2288 offsetof(CPUHPPAState, cr_back[ctl - CR_IIASQ])); in trans_mtctl()
2291 offsetof(CPUHPPAState, cr_back[ctl - CR_IIASQ])); in trans_mtctl()
2665 : offsetof(CPUHPPAState, cr[CR_IIASQ])); in trans_ixtlbxf()