Home
last modified time | relevance | path

Searched refs:SYSENTER_TF_CS (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.81.5/osfmk/i386/
H A Dseg.h290 #define SYSENTER_TF_CS (USER_CS|0x10000) macro
H A Dpal_routines.c319 if (regs32->cs == SYSENTER_CS || regs32->cs == SYSENTER_TF_CS) { in pal_syscall_restart()
H A Dgenassym.c285 DECLARE("SYSENTER_TF_CS", SYSENTER_TF_CS); in main()
H A Dbsd_i386.c839 iss32->cs = SYSENTER_TF_CS; in thread_setsinglestep()
H A Dpcb.c704 saved_state->cs = SYSENTER_TF_CS; in set_thread_state32()
963 state->cs = SYSENTER_TF_CS; in machine_thread_set_state()