aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include/vfp.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: Initial SVE supportAndrew Turner2024-09-301-0/+6
* arm64: Create a version of vfp_save_state for cpu_switchAndrew Turner2024-06-121-0/+1
* arm64: Split out a savectx version of vfp_save_stateAndrew Turner2024-03-211-0/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* arm64 lib32: prepare arm64 headers to redirect to armMike Karels2023-07-251-0/+6
* Add helpers to allocate an arm64 VFP state structAndrew Turner2023-07-051-1/+5
* Export arm64 VFP handling functionsAndrew Turner2023-05-241-0/+4
* Split out vfp_new_threadAndrew Turner2022-06-291-0/+1
* Use a regset for NT_ARM_VFP.John Baldwin2022-03-231-0/+5
* Remove the DN flag from the initial arm64 fpcr valueAndrew Turner2021-09-141-1/+1
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* Replace the arm64 initial_fpcr with a macroAndrew Turner2021-03-231-0/+1
* Arch64: Clear VFP state on execve()Alex Richardson2021-03-101-0/+1
* arm64: Initialize VFP control register.Michal Meloun2021-02-031-0/+23
* arm64: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Teach the arm64 vfp.h about struct thread.Andrew Turner2020-06-121-0/+1
* Impleent COMPAT_FREEBSD32 for arm64.Olivier Houchard2019-01-131-0/+5
* Remove unused error return from API that cannot failConrad Meyer2018-02-231-1/+1
* Add support for passing FPU_KERN_NOCTX to fpu_kern_enter on arm64. ThisAndrew Turner2017-07-181-0/+1
* Allow the arm64 machine/vfp.h to be included without first includingAndrew Turner2017-06-091-0/+2
* Add support for the fpu_kern(9) KPI on arm64. It hooks into the existingAndrew Turner2016-10-201-0/+17
* Fix the build, struct vfpstate needs to be visible to userspace as it'sAndrew Turner2016-10-151-1/+1
* Rework how we store the VFP registers in the pcb. This will be used whenAndrew Turner2016-10-141-0/+6
* Pass the pcb to store the vfp state in to vfp_save_state. This fixes a bugAndrew Turner2015-08-031-1/+1
* Bring in the start of the arm64 kernel.Andrew Turner2015-04-131-0/+46