Searched refs:EFL_USER_CLEAR (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Deflags.h92 #define EFL_USER_CLEAR (EFL_IOPL|EFL_NT|EFL_RF) macro
H A Dpcb.c665 saved_state->efl = (ts->eflags & ~EFL_USER_CLEAR) | EFL_USER_SET;
714 saved_state->isf.rflags = (ts->rflags & ~EFL_USER_CLEAR) | EFL_USER_SET;
839 saved_state->efl = (state->efl & ~EFL_USER_CLEAR) | EFL_USER_SET;
918 saved_state->isf.rflags = (state->isf.rflags & ~EFL_USER_CLEAR) | EFL_USER_SET;

Completed in 23 milliseconds