Searched refs:ISPL (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/sys/amd64/include/
H A Dcpu.h53 (ISPL((framep)->tf_cs) == SEL_UPL)
/freebsd-10.0-release/sys/i386/include/
H A Dcpu.h53 ((ISPL((framep)->tf_cs) == SEL_UPL) || ((framep)->tf_eflags & PSL_VM))
/freebsd-10.0-release/sys/amd64/amd64/
H A Dtrap.c288 if (ISPL(frame->tf_cs) == SEL_UPL)
312 if (ISPL(frame->tf_cs) == SEL_UPL) {
825 ISPL(frame->tf_cs) == SEL_UPL ? "user" : "kernel");
842 if (ISPL(frame->tf_cs) == SEL_UPL) {
978 if (ISPL(td->td_frame->tf_cs) != SEL_UPL) {
H A Ddb_trace.c136 return ((ISPL(tf->tf_cs)) ? tf->tf_rsp :
165 else if (ISPL(kdb_frame->tf_cs))
178 *valuep = (ISPL(kdb_frame->tf_cs)) ? kdb_frame->tf_ss : rss();
179 else if (ISPL(kdb_frame->tf_cs))
H A Dmachdep.c159 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
/freebsd-10.0-release/sys/i386/i386/
H A Ddb_trace.c121 return ((ISPL(tf->tf_cs)) ? tf->tf_esp :
150 else if (ISPL(kdb_frame->tf_cs))
163 *valuep = (ISPL(kdb_frame->tf_cs)) ? kdb_frame->tf_ss : rss();
164 else if (ISPL(kdb_frame->tf_cs))
422 if (ISPL(kdb_frame->tf_cs))
H A Dtrap.c309 if (ISPL(frame->tf_cs) == SEL_UPL || (frame->tf_eflags & PSL_VM))
349 if ((ISPL(frame->tf_cs) == SEL_UPL) ||
987 ISPL(frame->tf_cs) == SEL_UPL ? "user" : "kernel");
1002 if ((ISPL(frame->tf_cs) == SEL_UPL) || (frame->tf_eflags & PSL_VM)) {
1153 if (ISPL(frame->tf_cs) != SEL_UPL) {
H A Dmachdep.c189 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
3179 pcb->pcb_esp = (ISPL(tf->tf_cs)) ? tf->tf_esp : (int)(tf + 1) - 8;
/freebsd-10.0-release/sys/x86/include/
H A Dsegments.h48 #define ISPL(s) ((s)&3) /* priority level of a selector */ macro
/freebsd-10.0-release/sys/amd64/ia32/
H A Dia32_reg.c76 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
H A Dia32_signal.c88 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
/freebsd-10.0-release/sys/i386/svr4/
H A Dsvr4_machdep.c76 # define USERMODE(c, f) (ISPL(c) == SEL_UPL)
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_sysvec.c598 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
690 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_sysvec.c695 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
786 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
/freebsd-10.0-release/sys/pc98/pc98/
H A Dmachdep.c158 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
2466 pcb->pcb_esp = (ISPL(tf->tf_cs)) ? tf->tf_esp : (int)(tf + 1) - 8;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c893 if (ISPL(sel) != SEL_UPL)

Completed in 112 milliseconds