Home
last modified time | relevance | path

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

/openbmc/qemu/target/hppa/
H A Dgdbstub.c61 val = env->cr[CR_IIR]; in hppa_cpu_gdb_read_register()
187 env->cr[CR_IIR] = val; in hppa_cpu_gdb_write_register()
H A Dint_helper.c173 env->cr[CR_IIR] = 0; in hppa_cpu_do_interrupt()
177 env->cr[CR_IIR] = ldl_phys(cs->as, paddr); in hppa_cpu_do_interrupt()
H A Dcpu.h153 #define CR_IIR 19 macro
H A Dtranslate.c759 tcg_env, offsetof(CPUHPPAState, cr[CR_IIR])); in gen_excp_iir()
4829 offsetof(CPUHPPAState, cr[CR_IIR])); in hppa_tr_tb_stop()
/openbmc/qemu/linux-user/hppa/
H A Dcpu_loop.c156 if (env->cr[CR_IIR] == 0x04000000) { in cpu_loop()