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

/xnu-2782.1.97/osfmk/i386/
H A Deflags.h91 #define EFL_USER_SET (EFL_IF) macro
H A Dpcb_native.c273 saved_state->efl = EFL_USER_SET;
324 saved_state->isf.rflags = EFL_USER_SET;
378 pcb->iss->ss_64.isf.rflags = EFL_USER_SET;
388 pcb->iss->ss_32.efl = EFL_USER_SET;
H A Dpcb.c566 return EFL_USER_SET;
665 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 108 milliseconds