summaryrefslogtreecommitdiff
path: root/sys/x86/include/fpu.h
AgeCommit message (Expand)Author
2025-01-22amd64/fpu: Track supervisor state XSAVE componentsBojan Novković
2024-12-15x86: Add routines for querying XSAVE feature informationBojan Novković
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-10-11x86: Rename {stop,start}_emulating to fpu_{enable,disable}John Baldwin
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2021-09-22Revert "linux32: add a hack to avoid redefining the type of the savefpu tag"Konstantin Belousov
2021-09-21linux32: add a hack to avoid redefining the type of the savefpu tagKonstantin Belousov
2017-02-28Renumber copyright clause 4Warner Losh
2014-11-21Improve support for XSAVE with debuggers.John Baldwin
2014-09-06SDM rev. 50 defines the use of the next 8 bytes in the xstate header.Konstantin Belousov
2012-03-16Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h.Tijl Coosemans