Home
last modified time | relevance | path

Searched refs:linux__fpstate (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/compat/linux/arch/amd64/
Dlinux_machdep.h45 struct linux__fpstate { struct
58 __CTASSERT(sizeof (struct linux__fpstate) == 512); argument
88 struct linux__fpstate *fpstate;
Dlinux_machdep.c139 struct linux__fpstate *fpsp; in linux_sendsig()
160 fpsp = (struct linux__fpstate *)sp; in linux_sendsig()