Searched refs:_REG_SS (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dmcontext.h74 #define _REG_SS 18 macro
116 ((uc)->uc_mcontext.__gregs[_REG_SS] << 4) : 0))
/netbsd-6-1-5-RELEASE/lib/libpthread/arch/i386/
H A Dpthread_md.h71 (ucp)->uc_mcontext.__gregs[_REG_SS] = \
72 ucur.uc_mcontext.__gregs[_REG_SS], \
/netbsd-6-1-5-RELEASE/lib/libpthread/arch/x86_64/
H A Dpthread_md.h63 (ucp)->uc_mcontext.__gregs[_REG_SS] = 0x23, \
/netbsd-6-1-5-RELEASE/regress/sys/arch/i386/vm86/
H A Dvm86test.c124 vm.substr.regs[_REG_SS] = codeaddr >> 4;
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dmachdep.c2152 if ((gr[_REG_SS] & 0xffff) == 0)
2154 error = valid_user_selector(l, gr[_REG_SS], NULL, 0);
2183 sel = gr[_REG_SS] & 0xffff;
H A Dnetbsd32_machdep.c809 m32->__gregs[_REG32_SS] = m->__gregs[_REG_SS] & 0xffffffff;
837 m->__gregs[_REG_SS] = m32->__gregs[_REG32_SS];
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_machdep.c391 mctx->__gregs[_REG_SS] = tf->tf_ss;
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dmachdep.c1747 gr[_REG_SS] = tf->tf_ss;
1858 tf->tf_ss = gr[_REG_SS];

Completed in 67 milliseconds