Searched refs:_REG_CS (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libpthread/arch/i386/
H A Dpthread_md.h69 (ucp)->uc_mcontext.__gregs[_REG_CS] = \
70 ucur.uc_mcontext.__gregs[_REG_CS], \
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dmcontext.h71 #define _REG_CS 15 macro
/netbsd-6-1-5-RELEASE/lib/libpthread/arch/x86_64/
H A Dpthread_md.h62 (ucp)->uc_mcontext.__gregs[_REG_CS] = 0x1b, \
/netbsd-6-1-5-RELEASE/regress/sys/arch/i386/vm86/
H A Dvm86test.c111 vm.substr.regs[_REG_CS] = codeaddr >> 4;
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_lwp_create.c165 uc->uc_mcontext.__gregs[_REG_CS] &= ~SEL_RPL;
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dmachdep.c1744 gr[_REG_CS] = tf->tf_cs;
1805 !USERMODE(gr[_REG_CS], gr[_REG_EFL]))
1856 tf->tf_cs = gr[_REG_CS];
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_machdep.c383 mctx->__gregs[_REG_CS] = lsigctx->cs;
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep.c806 m32->__gregs[_REG32_CS] = m->__gregs[_REG_CS] & 0xffffffff;
834 m->__gregs[_REG_CS] = m32->__gregs[_REG32_CS];
H A Dmachdep.c2193 sel = gr[_REG_CS] & 0xffff;

Completed in 185 milliseconds