Home
last modified time | relevance | path

Searched refs:KGS_SEL (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/intel/ia32/sys/
H A Dprivregs.h130 movw $KGS_SEL, %dx; \
160 cmpw $KGS_SEL, REGOFF_GS(%esp); \
/titanic_50/usr/src/uts/intel/ia32/os/
H A Ddesctbls.c620 load_segment_registers((KCS_SEL | SEL_KPL), KFS_SEL, KGS_SEL, KDS_SEL); in init_gdt()
690 load_segment_registers(KCS_SEL, KFS_SEL, KGS_SEL, KDS_SEL); in init_gdt()
842 KCS_SEL, KDS_SEL, KDS_SEL, KFS_SEL, KGS_SEL, KDS_SEL); in init_gdt()
895 KCS_SEL, KDS_SEL, KDS_SEL, KFS_SEL, KGS_SEL, KDS_SEL); in init_gdt()
1133 ktss0->tss_gs = KGS_SEL; in init_tss()
1153 dftss0->tss_gs = KGS_SEL; in init_tss()
H A Dsundep.c654 __set_gs(KGS_SEL); in reset_sregs()
/titanic_50/usr/src/uts/i86pc/ml/
H A Dmpcore.s397 movw $KGS_SEL,%eax
488 mov $KGS_SEL, %ax
H A Dsyscall_asm.s145 movl $KGS_SEL, %ebx ;\
/titanic_50/usr/src/uts/intel/ia32/ml/
H A Dexception.s512 cmpw $KGS_SEL, (%esp)
778 movl $KGS_SEL, %eax
964 movl $KGS_SEL, TSS_GS(%eax)
/titanic_50/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.s283 movl $KGS_SEL, %eax
/titanic_50/usr/src/uts/i86pc/os/
H A Dmp_pc.c209 ntss->tss_gs = KGS_SEL; in mach_cpucontext_alloc_tables()
/titanic_50/usr/src/uts/intel/sys/
H A Dsegments.h609 #define KGS_SEL SEL_GDT(GDT_GS, SEL_KPL) macro
/titanic_50/usr/src/uts/intel/kdi/ia32/
H A Dkdi_asm.s263 movl $KGS_SEL, kdi_gs
/titanic_50/usr/src/uts/i86xpv/os/
H A Dmp_xen.c255 vgc->user_regs.gs = KGS_SEL; in mp_set_cpu_context()