Searched refs:_REG_GS (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libpthread/arch/i386/
H A Dpthread_md.h61 (ucp)->uc_mcontext.__gregs[_REG_GS] = \
62 ucur.uc_mcontext.__gregs[_REG_GS], \
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dmcontext.h56 #define _REG_GS 0 macro
/netbsd-6-1-5-RELEASE/lib/libpthread/arch/x86_64/
H A Dpthread_md.h58 (ucp)->uc_mcontext.__gregs[_REG_GS] = 0x23, \
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dmachdep.c1722 gr[_REG_GS] = tf->tf_vm86_gs;
1730 gr[_REG_GS] = tf->tf_gs;
1824 tf->tf_vm86_gs = gr[_REG_GS];
1840 tf->tf_gs = gr[_REG_GS];
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_machdep.c384 mctx->__gregs[_REG_GS] = lsigctx->gs;
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep.c790 m32->__gregs[_REG32_GS] = m->__gregs[_REG_GS] & 0xffffffff;
819 m->__gregs[_REG_GS] = m32->__gregs[_REG32_GS];
H A Dmachdep.c2141 error = valid_user_selector(l, gr[_REG_GS], NULL, 0);
2174 sel = gr[_REG_GS] & 0xffff;

Completed in 187 milliseconds