Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/system/
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
/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c1162 env->CP0_IntCtl = (env->CP0_IntCtl & ~0x000003e0) | (arg1 & 0x000003e0); in helper_mtc0_intctl()