Searched refs:PSL_RF (Results 1 – 5 of 5) sorted by relevance
52 #define PSL_RF 0x00010000 /* resume flag bit */ macro89 | PSL_D | PSL_V | PSL_NT | PSL_RF | PSL_AC | PSL_ID)
75 #define PUSH_MASK ~(PSL_VM | PSL_RF | PSL_I)76 #define POP_MASK ~(PSL_VIP | PSL_VIF | PSL_VM | PSL_RF | PSL_IOPL)
940 if (frame->tf_eflags & PSL_RF) in trap_fatal()
389 if (!EFL_SECURE(rflags & ~PSL_RF, regs->tf_rflags & ~PSL_RF)) { in linux_rt_sigreturn()
922 if (frame->tf_rflags & PSL_RF) in trap_diag()