Home
last modified time | relevance | path

Searched refs:EFLAGS_SECURE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c624 #define EFLAGS_SECURE(ef, oef) ((((ef) ^ (oef)) & ~PSL_USERCHANGE) == 0) in linux_sigreturn() macro
626 if (!EFLAGS_SECURE(eflags, regs->tf_eflags)) in linux_sigreturn()
705 #define EFLAGS_SECURE(ef, oef) ((((ef) ^ (oef)) & ~PSL_USERCHANGE) == 0) in linux_rt_sigreturn() macro
707 if (!EFLAGS_SECURE(eflags, regs->tf_eflags)) in linux_rt_sigreturn()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c500 #define EFLAGS_SECURE(ef, oef) ((((ef) ^ (oef)) & ~PSL_USERCHANGE) == 0) in linux_sigreturn() macro
502 if (!EFLAGS_SECURE(eflags, regs->tf_rflags)) in linux_sigreturn()
583 #define EFLAGS_SECURE(ef, oef) ((((ef) ^ (oef)) & ~PSL_USERCHANGE) == 0) in linux_rt_sigreturn() macro
585 if (!EFLAGS_SECURE(eflags, regs->tf_rflags)) in linux_rt_sigreturn()