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

/external/qemu/hw/
H A Dmips_timer.c66 qemu_irq_lower(env->irq[(env->CP0_IntCtl >> CP0IntCtl_IPTI) & 0x7]);
101 qemu_irq_raise(env->irq[(env->CP0_IntCtl >> CP0IntCtl_IPTI) & 0x7]);
/external/qemu/target-mips/
H A Dmachine.c116 qemu_put_sbe32s(f, &env->CP0_IntCtl);
267 qemu_get_sbe32s(f, &env->CP0_IntCtl);
H A Dcpu.h289 int32_t CP0_IntCtl; member in struct:CPUMIPSState
H A Dop_helper.c1196 env->CP0_IntCtl = (env->CP0_IntCtl & ~0x000002e0) | (arg1 & 0x000002e0);
H A Dtranslate.c3168 gen_mfc0_load32(arg, offsetof(CPUState, CP0_IntCtl));
4336 gen_mfc0_load32(arg, offsetof(CPUState, CP0_IntCtl));
8687 env->CP0_IntCtl = 0xe0000000;

Completed in 837 milliseconds