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
667 saved_state->efl = (ts->eflags & ~EFL_USER_CLEAR) | EFL_USER_SET; in set_thread_state32()730 saved_state->isf.rflags = (ts->rflags & ~EFL_USER_CLEAR) | EFL_USER_SET; in set_thread_state64()933 saved_state->efl = (state->efl & ~EFL_USER_CLEAR) | EFL_USER_SET; in machine_thread_set_state()1017 saved_state->isf.rflags = (state->isf.rflags & ~EFL_USER_CLEAR) | EFL_USER_SET; in machine_thread_set_state()