Home
last modified time | relevance | path

Searched refs:MIPS_HFLAG_DM (Results 1 – 6 of 6) sorted by relevance

/external/qemu/hw/
Dmips_int.c12 !(env->hflags & MIPS_HFLAG_DM)) { in cpu_mips_update_irq()
/external/qemu/target-mips/
Dexec.h61 !(env->hflags & MIPS_HFLAG_DM)) { in compute_hflags()
Dhelper.c389 (env->hflags & MIPS_HFLAG_DM)) in do_interrupt()
425 env->hflags |= MIPS_HFLAG_DM | MIPS_HFLAG_64 | MIPS_HFLAG_CP0; in do_interrupt()
Dop_helper.c48 !(env->hflags & MIPS_HFLAG_DM) && in helper_interrupt_restart()
750 if (env->hflags & MIPS_HFLAG_DM) in helper_mfc0_debug()
1282 env->hflags |= MIPS_HFLAG_DM; in helper_mtc0_debug()
1284 env->hflags &= ~MIPS_HFLAG_DM; in helper_mtc0_debug()
1677 if (env->hflags & MIPS_HFLAG_DM) in debug_pre_eret()
1690 if (env->hflags & MIPS_HFLAG_DM) in debug_post_eret()
1720 env->hflags &= MIPS_HFLAG_DM; in helper_deret()
Dcpu.h428 #define MIPS_HFLAG_DM 0x0004 /* Debug mode */ macro
Dtranslate.c5646 if (!(ctx->hflags & MIPS_HFLAG_DM)) { in gen_cp0()
7814 if (!(ctx->hflags & MIPS_HFLAG_DM)) { in decode_opc()