Home
last modified time | relevance | path

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

/xnu-11215.81.4/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.c591 return EFL_USER_SET; in get_eflags_exportmask()
691 saved_state->efl = (ts->eflags & ~EFL_USER_CLEAR) | EFL_USER_SET; in set_thread_state32()
754 saved_state->isf.rflags = (ts->rflags & ~EFL_USER_CLEAR) | EFL_USER_SET; in set_thread_state64()
957 saved_state->efl = (state->efl & ~EFL_USER_CLEAR) | EFL_USER_SET; in machine_thread_set_state()
1041 saved_state->isf.rflags = (state->isf.rflags & ~EFL_USER_CLEAR) | EFL_USER_SET; in machine_thread_set_state()