Searched refs:tf_ds (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/sys/i386/include/
H A Dframe.h50 int tf_ds; member in struct:trapframe
75 int tf_ds; member in struct:trapframe_vm86
/freebsd-9.3-release/sys/amd64/include/
H A Dframe.h73 uint16_t tf_ds; member in struct:trapframe
/freebsd-9.3-release/sys/amd64/ia32/
H A Dia32_reg.c92 regs->r_ds = tp->tf_ds;
127 tp->tf_ds = regs->r_ds;
176 penv_87->en_fos = td->td_frame->tf_ds;
H A Dia32_signal.c162 mcp->mc_ds = tp->tf_ds;
229 tp->tf_ds = mcp->mc_ds;
393 sf.sf_siginfo.si_sc.sc_ds = regs->tf_ds;
425 regs->tf_ds = _udatasel;
482 sf.sf_uc.uc_mcontext.mc_ds = regs->tf_ds;
542 regs->tf_ds = _udatasel;
619 sf.sf_uc.uc_mcontext.mc_ds = regs->tf_ds;
689 regs->tf_ds = _udatasel;
734 regs->tf_ds = scp->sc_ds;
828 regs->tf_ds
[all...]
/freebsd-9.3-release/sys/i386/svr4/
H A Dsvr4_machdep.c139 r[SVR4_X86_DS] = tf->tf_ds;
262 tf->tf_ds = r[SVR4_X86_DS];
495 tf->tf_ds = GSEL(GUSERLDT_SEL, SEL_UPL);
508 tf->tf_ds = _udatasel;
/freebsd-9.3-release/sys/pc98/pc98/
H A Dmachdep.c358 sf.sf_siginfo.si_sc.sc_ds = regs->tf_ds;
420 regs->tf_ds = _udatasel;
548 regs->tf_ds = _udatasel;
699 regs->tf_ds = _udatasel;
773 tf->tf_ds = _udatasel;
798 regs->tf_ds = scp->sc_ds;
885 tf->tf_vm86_ds = tf->tf_ds;
889 tf->tf_ds = _udatasel;
989 tf->tf_vm86_ds = tf->tf_ds;
993 tf->tf_ds
[all...]
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_sysvec.c382 frame.sf_sc.uc_mcontext.sc_ds = regs->tf_ds;
419 regs->tf_ds = _udatasel;
505 frame.sf_sc.sc_ds = regs->tf_ds;
542 regs->tf_ds = _udatasel;
628 regs->tf_ds = frame.sf_sc.sc_ds;
711 regs->tf_ds = context->sc_ds;
842 regs->tf_ds = _udatasel;
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_sysvec.c477 frame.sf_sc.uc_mcontext.sc_ds = regs->tf_ds;
522 regs->tf_ds = _udatasel;
605 frame.sf_sc.sc_ds = regs->tf_ds;
641 regs->tf_ds = _udatasel;
719 regs->tf_ds = frame.sf_sc.sc_ds;
807 regs->tf_ds = context->sc_ds;
/freebsd-9.3-release/sys/i386/i386/
H A Dmachdep.c422 sf.sf_siginfo.si_sc.sc_ds = regs->tf_ds;
484 regs->tf_ds = _udatasel;
612 regs->tf_ds = _udatasel;
765 regs->tf_ds = _udatasel;
839 tf->tf_ds = _udatasel;
864 regs->tf_ds = scp->sc_ds;
951 tf->tf_vm86_ds = tf->tf_ds;
955 tf->tf_ds = _udatasel;
1055 tf->tf_vm86_ds = tf->tf_ds;
1059 tf->tf_ds
[all...]
H A Ddb_trace.c69 { "ds", DB_OFFSET(tf_ds), db_frame },
/freebsd-9.3-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_i386.c265 offsetof(struct trapframe, tf_ds),
/freebsd-9.3-release/sys/amd64/amd64/
H A Dmachdep.c430 regs->tf_ds = _udatasel;
943 regs->tf_ds = _udatasel;
2000 regs->r_ds = tp->tf_ds;
2044 tp->tf_ds = regs->r_ds;
2176 mcp->mc_ds = tp->tf_ds;
2248 tp->tf_ds = mcp->mc_ds;
H A Dvm_machdep.c542 td->td_frame->tf_ds = _udatasel;
H A Dgenassym.c190 ASSYM(TF_DS, offsetof(struct trapframe, tf_ds));
H A Ddb_trace.c75 { "ds", DB_OFFSET(tf_ds), db_frame },
/freebsd-9.3-release/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_isa.c511 return (rp->tf_ds);
/freebsd-9.3-release/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c530 return (rp->tf_ds);

Completed in 112 milliseconds