summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/include/cpufunc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove get_pc_str_offset(), which has been unused since we switchedpatrick2019-11-071-7/+1
* Remove strange /* End of file */ style.deraadt2018-06-301-3/+1
* Improve defense against branch predictor target injection (Spectre "variant 2")kettenis2018-01-151-1/+4
* unifdef CPU_ARMv7 and ARM_ARCH_7jsg2017-01-061-3/+1
* unifdef CPU_XSCALE_PXA2X0, ARM_MMU_XSCALE, ARM_MMU_GENERIC (armv3)jsg2017-01-041-51/+1
* Before pmap7.c rev 1.35 and pmap.h rev 1.44 DMA'able memory with thejsg2016-08-221-1/+3
* Remove code for Intel 80219/80321 xscale processors used by armish.jsg2016-08-141-5/+4
* Add cpu_auxcontrol() to clear and set bits in the implementation/modeljsg2016-04-031-4/+7
* Remove support for ARM11. This was the last unused and unmaintainedpatrick2016-03-221-40/+1
* Remove support for ARM10.patrick2016-03-221-28/+3
* Remove support for ARM9E. This is another step in the plan to removepatrick2016-03-221-5/+3
* Remove support for the XScale 80200. We don't use it, it didn't compilepatrick2016-03-191-5/+4
* Remove support for IXP425. This is another architecture that is notpatrick2016-03-191-5/+4
* Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 andpatrick2016-03-191-45/+1
* Remove support for ARM9T (armv4t). Not used by any of the arm platforms.jsg2016-03-181-28/+2
* Remove support for ARM8, an old armv4 processor without thumb that wasjsg2016-03-181-26/+1
* Switch from PSR_X_bit and X32_bit PSR macro names to just PSR_X.jsg2016-01-311-5/+5
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-3/+3
* Add a function to read the ARM MPCore base address. This let's uspatrick2013-03-301-1/+3
* Remove duplicate prototypes.patrick2013-03-301-4/+1
* Add prototypes for secondary cache operations.patrick2013-03-271-1/+12
* Use different setup functions for ARM9E and ARM10 to fix an undefinedpatrick2013-03-221-1/+2
* Add instruction fault register functions, which will be needed for furtherpatrick2013-01-231-7/+13
* Late spring cleaning of the arm code for old dusty bits we do not want tomiod2011-09-201-81/+12
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* Whitespace cleanup on generated asm code, so it is readable.drahn2010-04-221-5/+5
* Pieces of arm11 and armv7 support for newer cpus. This is work in progressdrahn2009-05-081-4/+61
* add support for arm9e core, taken from NetBSD.kevlo2008-09-111-35/+54
* cf_context_switch takes an u_int argument.kettenis2007-09-221-11/+12
* Turn GetCPSR() into an inline get_cpsr(), and remove more dead code.miod2006-07-121-8/+14
* de __P of sys/arch/arm.drahn2004-05-191-170/+170
* Arm port, NetBSD codebase stripped down, 32bit only support.drahn2004-02-011-0/+524