Home
last modified time | relevance | path

Searched refs:ISPL (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dframe.h41 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
H A Dcpu.h55 ((ISPL((framep)->tf_cs) == SEL_UPL) || ((framep)->tf_eflags & PSL_VM))
/f-stack/freebsd/amd64/include/
H A Dcpu.h55 (ISPL((framep)->tf_cs) == SEL_UPL)
/f-stack/freebsd/x86/include/
H A Dsegments.h50 #define ISPL(s) ((s)&3) /* priority level of a selector */ macro
/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c75 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
H A Dia32_signal.c88 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c634 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_sigreturn()
715 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_rt_sigreturn()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c510 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_sigreturn()
593 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_rt_sigreturn()
/f-stack/freebsd/i386/i386/
H A Dtrap.c895 ISPL(frame->tf_cs) == SEL_UPL ? "user" : "kernel");
H A Dmachdep.c2756 pcb->pcb_esp = (ISPL(tf->tf_cs)) ? tf->tf_esp : (int)(tf + 1) - 8; in makectx()
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c559 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_rt_sigreturn()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c167 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)