Home
last modified time | relevance | path

Searched refs:swd (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/i386/linux/
H A Dlinux_ptrace_machdep.c160 l_long swd; member
173 linux_r->swd = bsd_r->fpr_env[1]; in map_fpregs_to_linux()
186 bsd_r->fpr_env[1] = linux_r->swd; in map_fpregs_from_linux()
197 l_ushort swd; member
/freebsd/contrib/tcsh/
H A Dsh.dir.c127 struct stat swd, shp; in dinit() local
130 swd_ok = stat(short2str(tcp), &swd) == 0; in dinit()
135 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) && in dinit()
136 swd.st_ino == shp.st_ino) in dinit()
146 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) && in dinit()
147 swd.st_ino == shp.st_ino) { in dinit()
/freebsd/sys/x86/linux/
H A Dlinux_x86_sigframe.h146 u_int16_t swd; member
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXTHead.td299 def TH_SWD : THStorePair<0b11100, "th.swd">,