Searched refs:PSL_RF (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/x86/include/
H A Dpsl.h53 #define PSL_RF 0x00010000 /* resume flag bit */ macro
81 * Users are allowed to change the privileged flag PSL_RF. The cpu sets PSL_RF
84 * no other place to remember it, so the PSL_RF bit may be corrupted by the
85 * signal handler without us knowing. Corruption of the PSL_RF bit at worst
90 | PSL_D | PSL_V | PSL_NT | PSL_RF | PSL_AC | PSL_ID)
/freebsd-10.2-release/sys/i386/i386/
H A Dvm86.c76 #define PUSH_MASK ~(PSL_VM | PSL_RF | PSL_I)
77 #define POP_MASK ~(PSL_VIP | PSL_VIF | PSL_VM | PSL_RF | PSL_IOPL)
H A Dtrap.c999 if (frame->tf_eflags & PSL_RF)
/freebsd-10.2-release/sys/amd64/amd64/
H A Dtrap.c838 if (frame->tf_rflags & PSL_RF)

Completed in 60 milliseconds