Searched refs:MIPS_HFLAG_MODE (Results 1 - 2 of 2) sorted by relevance

/external/qemu/target-mips/
H A Dhelper.c112 int user_mode = (env->hflags & MIPS_HFLAG_MODE) == MIPS_HFLAG_UM;
113 int supervisor_mode = (env->hflags & MIPS_HFLAG_MODE) == MIPS_HFLAG_SM;
H A Dcpu.h428 #define MIPS_HFLAG_MODE 0x0007 /* execution modes */ macro

Completed in 33 milliseconds