Searched refs:ISPL (Results 1 – 12 of 12) sorted by relevance
41 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
55 ((ISPL((framep)->tf_cs) == SEL_UPL) || ((framep)->tf_eflags & PSL_VM))
55 (ISPL((framep)->tf_cs) == SEL_UPL)
50 #define ISPL(s) ((s)&3) /* priority level of a selector */ macro
75 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
88 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)
634 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_sigreturn()715 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_rt_sigreturn()
510 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_sigreturn()593 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_rt_sigreturn()
895 ISPL(frame->tf_cs) == SEL_UPL ? "user" : "kernel");
2756 pcb->pcb_esp = (ISPL(tf->tf_cs)) ? tf->tf_esp : (int)(tf + 1) - 8; in makectx()
559 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_rt_sigreturn()
167 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL)