Searched refs:CP0_IntCtl (Results 1 – 5 of 5) sorted by relevance
66 qemu_irq_lower(env->irq[(env->CP0_IntCtl >> CP0IntCtl_IPTI) & 0x7]); in cpu_mips_store_compare()101 qemu_irq_raise(env->irq[(env->CP0_IntCtl >> CP0IntCtl_IPTI) & 0x7]); in mips_timer_cb()
116 qemu_put_sbe32s(f, &env->CP0_IntCtl); in cpu_save()267 qemu_get_sbe32s(f, &env->CP0_IntCtl); in cpu_load()
289 int32_t CP0_IntCtl; member
1196 env->CP0_IntCtl = (env->CP0_IntCtl & ~0x000002e0) | (arg1 & 0x000002e0); in helper_mtc0_intctl()
3168 gen_mfc0_load32(arg, offsetof(CPUState, CP0_IntCtl)); in gen_mfc0()4336 gen_mfc0_load32(arg, offsetof(CPUState, CP0_IntCtl)); in gen_dmfc0()8687 env->CP0_IntCtl = 0xe0000000; in cpu_reset()