Home
last modified time | relevance | path

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

/external/qemu/hw/
Dmips_timer.c66 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()
/external/qemu/target-mips/
Dmachine.c116 qemu_put_sbe32s(f, &env->CP0_IntCtl); in cpu_save()
267 qemu_get_sbe32s(f, &env->CP0_IntCtl); in cpu_load()
Dcpu.h289 int32_t CP0_IntCtl; member
Dop_helper.c1196 env->CP0_IntCtl = (env->CP0_IntCtl & ~0x000002e0) | (arg1 & 0x000002e0); in helper_mtc0_intctl()
Dtranslate.c3168 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()