Home
last modified time | relevance | path

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

/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c374 #define EFLAGS_SECURE(ef, oef) ((((ef) ^ (oef)) & ~PSL_USERCHANGE) == 0) in linux_sigreturn() macro
376 if (!EFLAGS_SECURE(eflags, regs->tf_eflags)) in linux_sigreturn()
453 #define EFLAGS_SECURE(ef, oef) ((((ef) ^ (oef)) & ~PSL_USERCHANGE) == 0) in linux_rt_sigreturn() macro
455 if (!EFLAGS_SECURE(eflags, regs->tf_eflags)) in linux_rt_sigreturn()