Searched refs:EFL_USER_CLEAR (Results 1 – 2 of 2) sorted by relevance
94 #define EFL_USER_CLEAR (EFL_IOPL|EFL_NT|EFL_RF) macro
689 saved_state->efl = (ts->eflags & ~EFL_USER_CLEAR) | EFL_USER_SET; in set_thread_state32()752 saved_state->isf.rflags = (ts->rflags & ~EFL_USER_CLEAR) | EFL_USER_SET; in set_thread_state64()955 saved_state->efl = (state->efl & ~EFL_USER_CLEAR) | EFL_USER_SET; in machine_thread_set_state()1039 saved_state->isf.rflags = (state->isf.rflags & ~EFL_USER_CLEAR) | EFL_USER_SET; in machine_thread_set_state()