aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/sysreg.h
Commit message (Expand)AuthorAgeFilesLines
* arm: Assume __ARM_ARCH == 7Andrew Turner2024-09-111-36/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-291-11/+1
* Add the virtualisation special register definitions.Andrew Turner2017-12-141-6/+29
* Add the early hypervisor code needed on 32-bit ARMv7. This will be usedAndrew Turner2017-03-221-0/+7
* Remake support for SMP kernel on UP cpu:Michal Meloun2017-02-021-2/+2
* Allow an SMP kernel to boot on Cortex-A8:Andrew Turner2016-11-021-2/+2
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore2016-05-251-2/+0
* Introduce support for HW watchpoints and single stepping for ARMv6/v7Zbigniew Bodek2016-01-251-0/+18
* Fix cp15 PAR definition and function. While here, add cp15 ATS1CPWSvatopluk Kraus2015-11-101-1/+1
* Add more cp15_ functions, and use them in cpufunc.c where possible.Andrew Turner2015-05-241-0/+2
* Add new CP15 operations and DB_SHOW_COMMAND to print CP15 registersZbigniew Bodek2015-05-061-0/+1
* Add the generic timer registers to sysreg.h and cpu-v6.h, and use theAndrew Turner2015-04-021-0/+22
* Add accessors for the ARM CP15 performance monitor registers. Also ensureIan Lepore2015-01-081-0/+25
* Define a WFI macro that expands to the right form of wait-for-interruptIan Lepore2015-01-011-0/+1
* Define only the CP15 register operations that are valid for the architecture.Ian Lepore2014-12-251-10/+16
* Make sure __ARM_ARCH is defined in sysreg.h by including acle-compat.hAndrew Turner2014-09-301-0/+2
* Add machine/sysreg.h to simplify accessing the system control coprocessorAndrew Turner2014-09-271-0/+230