Home
last modified time | relevance | path

Searched defs:linux_fpstate (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/compat/linux/arch/i386/
H A Dlinux_machdep.h57 struct linux_fpstate { struct
58 uint32_t cw;
59 uint32_t sw;
60 uint32_t tag;
61 uint32_t ipoff;
62 uint32_t cssel;
63 uint32_t dataoff;
64 uint32_t datasel;
65 struct linux_fpreg st[8];
66 uint16_t status;
[all …]