summaryrefslogtreecommitdiff
path: root/sys/arm/include/vfp.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-23arm: Fix initialization of VFP contextKornel Dulęba
2023-02-04arm: Add support for using VFP in kernelKornel Dulęba
2020-09-01arm: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-21Fullify implementation of AT_HWCAP and AT_HWCAP2 for ARMv6,7.Michal Meloun
2017-09-14Export get/set_vfpcontext from machdep.c.John Baldwin
2017-03-24Cleanup structures related to VFP and/or mcontext_t.Michal Meloun
2015-11-01Treat synchronous VFP exception just like aynchronous: as an FP exception,Oleksandr Tymoshenko
2014-03-29Add more flags for the fpexc register from the ARM1176JZF-S ManualAndrew Turner
2014-03-09Always call vfp_discard() on thread death, not just when the VFP isIan Lepore
2014-03-09Rework the VFP code that handles demand-based save and restore of state.Ian Lepore
2013-06-13Fix the vfp code to work with the 16 register variants of the VFP unit. WeAndrew Turner
2013-02-26Export vfp_init() prototype, for use in the MP code.Olivier Houchard
2012-08-15Merging projects/armv6, part 1Oleksandr Tymoshenko