aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/asmacros.h
Commit message (Expand)AuthorAgeFilesLines
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove an old use of _ARM_ARCH_6, we are moving to using the standardAndrew Turner2017-02-031-1/+1
* opt_global.h is included automatically in the build. No need toWarner Losh2014-11-181-1/+0
* Add an elf not so kgdb detects the kernel as a FreeBSD elf file. TheAndrew Turner2014-10-181-0/+12
* Remove the unreferenced DATA() macro. That leaves only GET_CURTHREAD_PTR()Ian Lepore2014-03-111-26/+8
* Arrange for arm fork_trampoline() to return to userland via the standardIan Lepore2014-03-101-208/+0
* Change the way the asm GET_CURTHREAD_PTR() macro is defined so that codeIan Lepore2014-03-101-7/+4
* Add missing semicolon.Ian Lepore2014-02-021-1/+1
* Change the way pcpu and curthread are stored per-core:Olivier Houchard2014-02-021-4/+3
* Update all arm code that manipulates the PSR registers to use modern syntax.Ian Lepore2014-02-021-10/+10
* Correct the alignment of sp through functions that use UNWINDSVCFRAME. WeAndrew Turner2014-01-241-1/+6
* When entering exception handlers we may not have an aligned stack. This isAndrew Turner2013-08-051-2/+11
* Add UNWINDSVCFRAME to provide the unwind pseudo ops to allow us to unwindAndrew Turner2013-06-271-1/+10
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-10/+76
* trim trailing whitespaceWarner Losh2012-06-131-1/+1
* Fix 2 bugs :Olivier Houchard2011-10-161-16/+14
* Improve ARM_TP_ADDRESS and RAS area.Rafal Jaworowski2008-02-051-4/+4
* Close a race.Olivier Houchard2007-12-021-1/+8
* Twist the RAS logic a bit to avoid branching.Olivier Houchard2007-09-221-12/+9
* Disable/enable fiqs as well as irqs.Olivier Houchard2006-04-131-3/+3
* Import a basic implementation of the restartable atomic sequences to provideOlivier Houchard2005-04-071-1/+15
* Start all license statements with /*-Warner Losh2005-01-051-1/+1
* Rename macroes, as we don't need to mess with alignment faults.Olivier Houchard2004-09-231-41/+14
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+204