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

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

Completed in 37 milliseconds