Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/i386/
H A Deflags.h93 #define EFL_USER_SET (EFL_IF) macro
H A Dpcb_native.c691 saved_state->efl = EFL_USER_SET; in thread_set_wq_state32()
742 saved_state->isf.rflags = EFL_USER_SET; in thread_set_wq_state64()
801 pcb->iss->ss_64.isf.rflags = EFL_USER_SET; in machine_thread_create()
811 pcb->iss->ss_32.efl = EFL_USER_SET; in machine_thread_create()
H A Dpcb.c590 return EFL_USER_SET; in get_eflags_exportmask()
690 saved_state->efl = (ts->eflags & ~EFL_USER_CLEAR) | EFL_USER_SET; in set_thread_state32()
753 saved_state->isf.rflags = (ts->rflags & ~EFL_USER_CLEAR) | EFL_USER_SET; in set_thread_state64()
956 saved_state->efl = (state->efl & ~EFL_USER_CLEAR) | EFL_USER_SET; in machine_thread_set_state()
1040 saved_state->isf.rflags = (state->isf.rflags & ~EFL_USER_CLEAR) | EFL_USER_SET; in machine_thread_set_state()