Home
last modified time | relevance | path

Searched defs:CS_SECURE (Results 1 – 7 of 7) 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
H A Dia32_signal.c88 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) macro
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c634 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_sigreturn() macro
715 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_rt_sigreturn() macro
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c510 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_sigreturn() macro
593 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_rt_sigreturn() macro
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c559 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_rt_sigreturn() macro
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c167 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) macro