Home
last modified time | relevance | path

Searched defs:CS_SECURE (Results 1 – 3 of 3) 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
463 #define CS_SECURE(cs) (ISPL(cs) == SEL_UPL) in linux_rt_sigreturn() macro