Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dpsl.h52 #define PSL_RF 0x00010000 /* resume flag bit */ macro
89 | PSL_D | PSL_V | PSL_NT | PSL_RF | PSL_AC | PSL_ID)
/freebsd/sys/i386/i386/
H A Dvm86.c75 #define PUSH_MASK ~(PSL_VM | PSL_RF | PSL_I)
76 #define POP_MASK ~(PSL_VIP | PSL_VIF | PSL_VM | PSL_RF | PSL_IOPL)
H A Dtrap.c956 if (frame->tf_eflags & PSL_RF) in trap_fatal()
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c389 if (!EFL_SECURE(rflags & ~PSL_RF, regs->tf_rflags & ~PSL_RF)) { in linux_rt_sigreturn()
/freebsd/sys/amd64/amd64/
H A Dtrap.c923 if (frame->tf_rflags & PSL_RF) in trap_fatal()