Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/i386/
H A Deflags.h93 #define EFL_USER_SET (EFL_IF) macro
H A Dpcb_native.c688 saved_state->efl = EFL_USER_SET; in thread_set_wq_state32()
739 saved_state->isf.rflags = EFL_USER_SET; in thread_set_wq_state64()
798 pcb->iss->ss_64.isf.rflags = EFL_USER_SET; in machine_thread_create()
808 pcb->iss->ss_32.efl = EFL_USER_SET; in machine_thread_create()
H A Dpcb.c589 return EFL_USER_SET; in get_eflags_exportmask()
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()