Searched refs:SYSENTER_TF_CS (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dseg.h281 #define SYSENTER_TF_CS (USER_CS|0x10000) macro
H A Dpal_routines.c311 if (regs32->cs == SYSENTER_CS || regs32->cs == SYSENTER_TF_CS)
H A Dbsd_i386.c663 iss32->cs = SYSENTER_TF_CS;
H A Dgenassym.c337 DECLARE("SYSENTER_TF_CS",SYSENTER_TF_CS);
H A Dpcb.c680 saved_state->cs = SYSENTER_TF_CS;
847 state->cs = SYSENTER_TF_CS;
/xnu-2782.1.97/osfmk/x86_64/
H A Didt64.s672 push $(SYSENTER_TF_CS) /* cs - not SYSENTER_CS for iret path */

Completed in 24 milliseconds