Searched refs:mc_ds (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/sys/i386/include/
H A Ducontext.h40 __register_t mc_ds; member in struct:freebsd4_mcontext
/freebsd-current/sys/x86/include/
H A Ducontext.h53 __register_t mc_ds; member in struct:__mcontext
133 __uint16_t mc_ds; member in struct:__mcontext
/freebsd-current/sys/compat/ia32/
H A Dia32_genassym.c15 ASSYM(IA32_UC_DS, offsetof(struct ia32_ucontext, uc_mcontext.mc_ds));
38 ASSYM(IA32_UC4_DS, offsetof(struct ia32_freebsd4_ucontext, uc_mcontext.mc_ds));
H A Dia32_signal.h48 uint32_t mc_ds; member in struct:ia32_mcontext
94 uint32_t mc_ds; member in struct:ia32_freebsd4_mcontext
/freebsd-current/tools/test/stress2/misc/
H A Dsegregs.sh106 uc->uc_mcontext.mc_es = uc->uc_mcontext.mc_ds;
H A Dldt.sh307 run, mc->mc_err, mc->mc_ds, mc->mc_ss, mc->mc_es, mc->mc_fs,
311 mc->mc_ds = 0x1111;
/freebsd-current/tools/test/vm86/
H A Dvm86_test.c117 uc.uc_mcontext.mc_cs = uc.uc_mcontext.mc_ds = uc.uc_mcontext.mc_es =
/freebsd-current/sys/amd64/ia32/
H A Dia32_signal.c160 mcp->mc_ds = tp->tf_ds;
230 tp->tf_ds = mcp->mc_ds;
484 sf.sf_uc.uc_mcontext.mc_ds = regs->tf_ds;
609 sf.sf_uc.uc_mcontext.mc_ds = regs->tf_ds;
807 regs->tf_ds = ucp->uc_mcontext.mc_ds;
907 regs->tf_ds = ucp->uc_mcontext.mc_ds;
/freebsd-current/sys/i386/i386/
H A Dexec_machdep.c336 sf.sf_uc.uc_mcontext.mc_ds = tf->tf_vm86_ds;
495 sf.sf_uc.uc_mcontext.mc_ds = tf->tf_vm86_ds;
1121 mcp->mc_ds = tp->tf_ds;
1189 tp->tf_ds = mcp->mc_ds;
/freebsd-current/sys/amd64/amd64/
H A Dexec_machdep.c624 mcp->mc_ds = tp->tf_ds;
700 tp->tf_ds = mcp->mc_ds;
H A Dgenassym.c221 ASSYM(UC_DS, offsetof(ucontext_t, uc_mcontext.mc_ds));

Completed in 214 milliseconds