Searched refs:SYSENTER_CS (Results 1 – 7 of 7) sorted by relevance
274 #define SYSENTER_CS 0x0b /* U32 sysenter pseudo-segment */ macro
319 if (regs32->cs == SYSENTER_CS || regs32->cs == SYSENTER_TF_CS) { in pal_syscall_restart()
284 DECLARE("SYSENTER_CS", SYSENTER_CS); in main()
516 wrmsr64(MSR_IA32_SYSENTER_CS, SYSENTER_CS); in cpu_syscall_init()
838 if (iss32->cs == SYSENTER_CS) { in thread_setsinglestep()
703 if ((saved_state->efl & EFL_TF) && saved_state->cs == SYSENTER_CS) { in set_thread_state32()962 if ((saved_state->efl & EFL_TF) && state->cs == SYSENTER_CS) { in machine_thread_set_state()
589 push $(SYSENTER_CS) /* cs */ 1109 cmpw $(SYSENTER_CS), 8(%rsp) /* test for sysexit */