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

/netbsd-6-1-5-RELEASE/lib/libpthread/arch/i386/
H A Dpthread_md.h65 (ucp)->uc_mcontext.__gregs[_REG_ES] = \
66 ucur.uc_mcontext.__gregs[_REG_ES], \
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dmcontext.h58 #define _REG_ES 2 macro
/netbsd-6-1-5-RELEASE/lib/libpthread/arch/x86_64/
H A Dpthread_md.h60 (ucp)->uc_mcontext.__gregs[_REG_ES] = 0x23, \
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dmachdep.c1724 gr[_REG_ES] = tf->tf_vm86_es;
1732 gr[_REG_ES] = tf->tf_es;
1826 tf->tf_vm86_es = gr[_REG_ES];
1842 tf->tf_es = gr[_REG_ES];
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_machdep.c388 mctx->__gregs[_REG_ES] = tf->tf_es;
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep.c792 m32->__gregs[_REG32_ES] = m->__gregs[_REG_ES] & 0xffffffff;
821 m->__gregs[_REG_ES] = m32->__gregs[_REG32_ES];
H A Dmachdep.c2133 error = valid_user_selector(l, gr[_REG_ES], NULL, 0);
2161 sel = gr[_REG_ES] & 0xffff;

Completed in 64 milliseconds