Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dframe.h39 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) macro
/freebsd/sys/amd64/include/
H A Dframe.h48 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) macro
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c384 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_sigreturn() macro
385 if (!CS_SECURE(frame.sf_sc.sc_cs)) { in linux_sigreturn()
463 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_rt_sigreturn() macro
464 if (!CS_SECURE(context->sc_cs)) { in linux_rt_sigreturn()
/freebsd/sys/i386/i386/
H A Dexec_machdep.c611 if (!CS_SECURE(scp->sc_cs)) { in osigreturn()
725 if (!CS_SECURE(cs)) { in freebsd4_sigreturn()
833 if (!CS_SECURE(cs)) { in sys_sigreturn()
1049 !CS_SECURE(regs->r_cs)) in set_regs()
/freebsd/sys/amd64/ia32/
H A Dia32_reg.c112 if (!EFL_SECURE(regs->r_eflags, tp->tf_rflags) || !CS_SECURE(regs->r_cs)) in set_regs32()
H A Dia32_signal.c710 if (!CS_SECURE(scp->sc_cs)) { in ofreebsd32_sigreturn()
781 if (!CS_SECURE(cs)) { in freebsd4_freebsd32_sigreturn()
850 if (!CS_SECURE(cs)) { in freebsd32_sigreturn()
/freebsd/sys/amd64/amd64/
H A Dexec_machdep.c271 if (!CS_SECURE(cs)) { in sys_sigreturn()
467 if (!EFL_SECURE(rflags, tp->tf_rflags) || !CS_SECURE(regs->r_cs)) in set_regs()
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c387 if (!CS_SECURE(frame.sf_sc.sc_cs)) { in linux_sigreturn()
465 if (!CS_SECURE(context->sc_cs)) { in linux_rt_sigreturn()
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c400 if (!CS_SECURE(context->sc_cs)) { in linux_rt_sigreturn()