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

/netbsd-current/sys/arch/i386/include/
H A Dreg.h91 int r_fs; member in struct:reg
/netbsd-current/tests/lib/libc/sys/
H A Dt_ptrace_i386_wait.h88 DPRINTF("FS=%#" PRIxREGISTER "\n", r.r_fs);
/netbsd-current/sys/arch/amd64/include/
H A Dnetbsd32_machdep.h129 int r_fs; member in struct:reg32
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di386-bsd-nat.c81 REG_OFFSET (r_fs),
/netbsd-current/sys/arch/i386/i386/
H A Dprocess_machdep.c114 regs->r_fs = tf->tf_fs & 0xffff;
166 tf->tf_fs = regs->r_fs;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di386-bsd-nat.c81 REG_OFFSET (r_fs),
/netbsd-current/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep.c360 regs->r_fs = tf->tf_fs & 0xffff;
422 if (regs->r_fs != 0 && !VALID_USER_DSEL32(regs->r_fs) &&
423 !(VALID_USER_FSEL32(regs->r_fs) && pcb->pcb_fs != 0))
450 tf->tf_fs = regs->r_fs & 0xFFFF;
/netbsd-current/external/cddl/osnet/dist/uts/intel/dtrace/
H A Dfasttrap_isa.c856 sel = rp->r_fs;
1877 case REG_FS: return (rp->r_fs);
/netbsd-current/external/bsd/libpcap/dist/msdos/
H A Dpktdrvr.c75 WORD r_es, r_ds, r_fs, r_gs; member in struct:DPMI_regs

Completed in 224 milliseconds