Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dcp0_timer.c60 qemu_irq_raise(env->irq[(env->CP0_IntCtl >> CP0IntCtl_IPTI) & 0x7]); in cpu_mips_timer_expire()
108 qemu_irq_lower(env->irq[(env->CP0_IntCtl >> CP0IntCtl_IPTI) & 0x7]); in cpu_mips_store_compare()
H A Dmachine.c292 VMSTATE_INT32(env.CP0_IntCtl, MIPSCPU),
/openbmc/qemu/target/mips/
H A Dcpu.h786 int32_t CP0_IntCtl; member
H A Dcpu.c315 env->CP0_IntCtl = 0xe0000000; in mips_cpu_reset_hold()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c1173 env->CP0_IntCtl = (env->CP0_IntCtl & ~0x000003e0) | (arg1 & 0x000003e0); in helper_mtc0_intctl()
H A Dtlb_helper.c1133 uint32_t spacing = (env->CP0_IntCtl >> CP0IntCtl_VS) & 0x1f; in mips_cpu_do_interrupt()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c5472 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_IntCtl)); in gen_mfc0()
6951 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_IntCtl)); in gen_dmfc0()