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

/netbsd-6-1-5-RELEASE/lib/libpthread/arch/i386/
H A Dpthread_md.h67 (ucp)->uc_mcontext.__gregs[_REG_DS] = \
68 ucur.uc_mcontext.__gregs[_REG_DS], \
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dmcontext.h59 #define _REG_DS 3 macro
/netbsd-6-1-5-RELEASE/lib/libpthread/arch/x86_64/
H A Dpthread_md.h61 (ucp)->uc_mcontext.__gregs[_REG_DS] = 0x23, \
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dmachdep.c1725 gr[_REG_DS] = tf->tf_vm86_ds;
1733 gr[_REG_DS] = tf->tf_ds;
1827 tf->tf_vm86_ds = gr[_REG_DS];
1843 tf->tf_ds = gr[_REG_DS];
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dmachdep.c2145 if ((gr[_REG_DS] & 0xffff) == 0)
2147 error = valid_user_selector(l, gr[_REG_DS], NULL, 0);
2178 sel = gr[_REG_DS] & 0xffff;
H A Dnetbsd32_machdep.c793 m32->__gregs[_REG32_DS] = m->__gregs[_REG_DS] & 0xffffffff;
822 m->__gregs[_REG_DS] = m32->__gregs[_REG32_DS];
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_machdep.c389 mctx->__gregs[_REG_DS] = tf->tf_ds;

Completed in 87 milliseconds