aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/arm64/vfp.c
Commit message (Expand)AuthorAgeFilesLines
* Discard the arm64 VFP state before resetting itAndrew Turner2021-04-081-2/+8
* Replace the arm64 initial_fpcr with a macroAndrew Turner2021-03-231-2/+2
* Arch64: Clear VFP state on execve()Alex Richardson2021-03-101-0/+21
* sys/arm64/arm64/vfp.c: Fix -Wunused and -Wpointer-sign warningsAlex Richardson2021-03-041-4/+4
* arm64: Initialize VFP control register.Michal Meloun2021-02-031-0/+4
* arm64: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Instead of ignoring the VFP registers, set the dumppcb's pcb_fpusavedOlivier Houchard2018-05-181-4/+3
* In vfp_save_state(), don't bother trying to save the VFP registers if theOlivier Houchard2018-05-171-0/+9
* Remove unused error return from API that cannot failConrad Meyer2018-02-231-4/+4
* When fpcurthread is not the current thread it may be non-NULL. In thisAndrew Turner2017-11-211-4/+1
* Fix a typo.John Baldwin2017-08-111-1/+1
* Add support for passing FPU_KERN_NOCTX to fpu_kern_enter on arm64. ThisAndrew Turner2017-07-181-12/+43
* Add support for the fpu_kern(9) KPI on arm64. It hooks into the existingAndrew Turner2016-10-201-4/+120
* Check we are in a critical section when calling vfp_discard. As we may callAndrew Turner2016-10-151-0/+4
* Rework how we store the VFP registers in the pcb. This will be used whenAndrew Turner2016-10-141-55/+71
* Pass the pcb to store the vfp state in to vfp_save_state. This fixes a bugAndrew Turner2015-08-031-4/+10
* Fix the logic for when to restore the VFP registers. It should restoreAndrew Turner2015-07-011-1/+9
* Add options to dmb() and dsb() macros on ARM64Zbigniew Bodek2015-06-091-1/+1
* Enter a critical section when storing the vfp registers, we don't want toAndrew Turner2015-04-151-30/+31
* Bring in the start of the arm64 kernel.Andrew Turner2015-04-131-0/+194