Home
last modified time | relevance | path

Searched refs:CS_SECURE (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dframe.h41 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) macro
/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c75 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) macro
118 if (!EFL_SECURE(regs->r_eflags, tp->tf_rflags) || !CS_SECURE(regs->r_cs)) in set_regs32()
H A Dia32_signal.c88 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) macro
715 if (!CS_SECURE(scp->sc_cs)) { in ofreebsd32_sigreturn()
792 if (!CS_SECURE(cs)) {
868 if (!CS_SECURE(cs)) {
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c634 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_sigreturn() macro
635 if (!CS_SECURE(frame.sf_sc.sc_cs)) { in linux_sigreturn()
715 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_rt_sigreturn() macro
716 if (!CS_SECURE(context->sc_cs)) { 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() macro
511 if (!CS_SECURE(frame.sf_sc.sc_cs)) { in linux_sigreturn()
593 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_rt_sigreturn() macro
594 if (!CS_SECURE(context->sc_cs)) { in linux_rt_sigreturn()
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c559 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_rt_sigreturn() macro
560 if (!CS_SECURE(context->sc_cs)) { in linux_rt_sigreturn()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c813 if (!CS_SECURE(scp->sc_cs)) {
932 if (!CS_SECURE(cs)) {
1046 if (!CS_SECURE(cs)) {
2834 !CS_SECURE(regs->r_cs)) in set_regs()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c167 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) macro
520 if (!CS_SECURE(cs)) {
2150 if (!EFL_SECURE(rflags, tp->tf_rflags) || !CS_SECURE(regs->r_cs)) in set_regs()