Searched refs:CR_IIR (Results 1 – 5 of 5) sorted by relevance
61 val = env->cr[CR_IIR]; in hppa_cpu_gdb_read_register()187 env->cr[CR_IIR] = val; in hppa_cpu_gdb_write_register()
173 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()
153 #define CR_IIR 19 macro
759 tcg_env, offsetof(CPUHPPAState, cr[CR_IIR])); in gen_excp_iir()4829 offsetof(CPUHPPAState, cr[CR_IIR])); in hppa_tr_tb_stop()
156 if (env->cr[CR_IIR] == 0x04000000) { in cpu_loop()