Home
last modified time | relevance | path

Searched defs:USERMODE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/mips/include/
H A Dpsl.h88 # define USERMODE(ps) MIPS3_USERMODE(ps) macro
95 # define USERMODE(ps) MIPS1_USERMODE(ps) macro
102 # define USERMODE(ps) (CPUISMIPS3 ? MIPS3_USERMODE(ps) : MIPS1_USERMODE(ps)) macro
/netbsd-src/sys/arch/m68k/include/
H A Dpsl.h71 #define USERMODE(ps) (((ps) & PSL_S) == 0) macro
/netbsd-src/sys/arch/hppa/include/
H A Dframe.h60 #define USERMODE(pc) ((((register_t)pc) & HPPA_PC_PRIV_MASK) != HPPA_PC_PRIV_KERN) macro
/netbsd-src/sys/arch/i386/include/
H A Dsegments.h123 #define USERMODE(c) (ISPL(c) == SEL_UPL) macro
/netbsd-src/sys/arch/amd64/include/
H A Dsegments.h138 #define USERMODE(c) (ISPL(c) == SEL_UPL) macro