Searched defs:USERMODE (Results 1 – 5 of 5) sorted by relevance
88 # define USERMODE(ps) MIPS3_USERMODE(ps) macro95 # define USERMODE(ps) MIPS1_USERMODE(ps) macro102 # define USERMODE(ps) (CPUISMIPS3 ? MIPS3_USERMODE(ps) : MIPS1_USERMODE(ps)) macro
71 #define USERMODE(ps) (((ps) & PSL_S) == 0) macro
60 #define USERMODE(pc) ((((register_t)pc) & HPPA_PC_PRIV_MASK) != HPPA_PC_PRIV_KERN) macro
123 #define USERMODE(c) (ISPL(c) == SEL_UPL) macro
138 #define USERMODE(c) (ISPL(c) == SEL_UPL) macro