Searched defs:TRAPF_USERMODE (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/ia64/include/
H A Dcpu.h49 #define TRAPF_USERMODE(tf) (TRAPF_CPL(tf) != IA64_PSR_CPL_KERN) macro
/freebsd-10-stable/sys/sparc64/include/
H A Dcpu.h44 #define TRAPF_USERMODE(tfp) (((tfp)->tf_tstate & TSTATE_PRIV) == 0) macro
/freebsd-10-stable/sys/mips/include/
H A Dcpu.h67 #define TRAPF_USERMODE(framep) (((framep)->sr & MIPS_SR_KSU_USER) != 0) macro
/freebsd-10-stable/sys/amd64/include/
H A Dcpu.h52 #define TRAPF_USERMODE(framep) \ macro
/freebsd-10-stable/sys/i386/include/
H A Dcpu.h52 #define TRAPF_USERMODE(framep) \ macro
/freebsd-10-stable/sys/arm/include/
H A Dcpu.h32 #define TRAPF_USERMODE(frame) ((frame->tf_spsr & PSR_MODE) == PSR_USR32_MODE) macro
/freebsd-10-stable/sys/powerpc/include/
H A Dcpu.h63 #define TRAPF_USERMODE(frame) (((frame)->srr1 & PSL_PR) != 0) macro

Completed in 125 milliseconds