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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Deflags.h91 #define EFL_USER_SET (EFL_IF) macro
H A Dpcb.c673 return EFL_USER_SET;
759 saved_state->efl = (ts->eflags & ~EFL_USER_CLEAR) | EFL_USER_SET;
806 saved_state->isf.rflags = (ts->rflags & ~EFL_USER_CLEAR) | EFL_USER_SET;
895 saved_state->efl = EFL_USER_SET;
930 saved_state->isf.rflags = EFL_USER_SET;
989 saved_state->efl = (state->efl & ~EFL_USER_CLEAR) | EFL_USER_SET;
1065 saved_state->isf.rflags = (state->isf.rflags & ~EFL_USER_CLEAR) | EFL_USER_SET;
1684 iss->ss_64.isf.rflags = EFL_USER_SET;
1728 iss->ss_32.efl = EFL_USER_SET;

Completed in 81 milliseconds