HomeSort by: relevance | last modified time | path
    Searched refs:_REG_DS (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libpthread/arch/i386/
pthread_md.h 54 __asm ("movl %%ds, %0" : "=a" (ucp->uc_mcontext.__gregs[_REG_DS]));
  /src/lib/libpthread/arch/x86_64/
pthread_md.h 61 (ucp)->uc_mcontext.__gregs[_REG_DS] = 0x23, \
  /src/sys/arch/i386/include/
mcontext.h 59 #define _REG_DS 3
  /src/tests/lib/libc/sys/
t_ptrace_amd64_wait.h 83 DPRINTF("DS=%#" PRIxREGISTER "\n", r.regs[_REG_DS]);
  /src/sys/arch/usermode/usermode/
kgdb_machdep.c 144 gdb_regs[12] = gregs[_REG_DS];
198 gregs[_REG_DS] = gdb_regs[12];
  /src/sys/arch/amd64/amd64/
process_machdep.c 138 regs[_REG_DS] = tf->tf_ds & 0xffff;
145 regs[_REG_DS] = GSEL(GUDATA_SEL, SEL_UPL);
217 tf->tf_ds = regs[_REG_DS] & 0xffff;
machdep.c 2108 mcp->__gregs[_REG_DS] = GSEL(GUDATA_SEL, SEL_UPL);
2220 sel = gr[_REG_DS] & 0xffff;
netbsd32_machdep.c 1001 gr32[_REG32_DS] = gr[_REG_DS];
  /src/sys/compat/linux/arch/amd64/
linux_machdep.c 378 mctx->__gregs[_REG_DS] = tf->tf_ds & 0xFFFF;
  /src/sys/arch/i386/i386/
machdep.c 1619 gr[_REG_DS] = tf->tf_ds;
1700 tf->tf_ds = gr[_REG_DS];

Completed in 17 milliseconds