sysenter_cs 448 arch/x86/include/asm/processor.h unsigned long sysenter_cs; sysenter_cs 843 arch/x86/include/asm/processor.h .sysenter_cs = __KERNEL_CS, \ sysenter_cs 193 arch/x86/include/asm/svm.h u64 sysenter_cs; sysenter_cs 79 arch/x86/include/asm/switch_to.h if (unlikely(this_cpu_read(cpu_tss_rw.x86_tss.ss1) == thread->sysenter_cs)) sysenter_cs 82 arch/x86/include/asm/switch_to.h this_cpu_write(cpu_tss_rw.x86_tss.ss1, thread->sysenter_cs); sysenter_cs 83 arch/x86/include/asm/switch_to.h wrmsr(MSR_IA32_SYSENTER_CS, thread->sysenter_cs, 0); sysenter_cs 151 arch/x86/kernel/vm86_32.c tsk->thread.sysenter_cs = __KERNEL_CS; sysenter_cs 373 arch/x86/kernel/vm86_32.c tsk->thread.sysenter_cs = 0; sysenter_cs 3742 arch/x86/kvm/svm.c to_vmcb->save.sysenter_cs = from_vmcb->save.sysenter_cs; sysenter_cs 4192 arch/x86/kvm/svm.c msr_info->data = svm->vmcb->save.sysenter_cs; sysenter_cs 4388 arch/x86/kvm/svm.c svm->vmcb->save.sysenter_cs = data; sysenter_cs 4955 arch/x86/kvm/svm.c "sysenter_cs:", save->sysenter_cs);