Searched refs:r_fs (Results 1 – 12 of 12) sorted by relevance
91 int r_fs; member
114 regs->r_fs = tf->tf_fs & 0xffff; in process_read_regs()166 tf->tf_fs = regs->r_fs; in process_write_regs()
362 regs->r_fs = tf->tf_fs & 0xffff; in netbsd32_process_read_regs()424 if (regs->r_fs != 0 && !VALID_USER_DSEL32(regs->r_fs) && in netbsd32_process_write_regs()425 !(VALID_USER_FSEL32(regs->r_fs) && pcb->pcb_fs != 0)) in netbsd32_process_write_regs()452 tf->tf_fs = regs->r_fs & 0xFFFF; in netbsd32_process_write_regs()
88 DPRINTF("FS=%#" PRIxREGISTER "\n", r.r_fs); in ATF_TC_BODY()
129 int r_fs; member
79 REG_OFFSET (r_fs),
493 /* Define to 1 if `r_fs' is a member of `struct reg'. */
1433 # Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.1434 AC_CHECK_MEMBERS([struct reg.r_fs, struct reg.r_gs], [], [],
6034 thread' has a td_pcb member and whether `struct reg' has r_fs and
4249 * configure.in: Add checks for r_fs and r_gs members of
9804 * configure.ac: Include <sys/types.h when checking for "r_fs" in
75 WORD r_es, r_ds, r_fs, r_gs; member