summaryrefslogtreecommitdiff
path: root/sys/arm/include/sysreg.h
AgeCommit message (Expand)Author
2024-09-11arm: Assume __ARM_ARCH == 7Andrew Turner
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2020-11-29Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun
2017-12-14Add the virtualisation special register definitions.Andrew Turner
2017-03-22Add the early hypervisor code needed on 32-bit ARMv7. This will be usedAndrew Turner
2017-02-02Remake support for SMP kernel on UP cpu:Michal Meloun
2016-11-02Allow an SMP kernel to boot on Cortex-A8:Andrew Turner
2016-05-25Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore
2016-01-25Introduce support for HW watchpoints and single stepping for ARMv6/v7Zbigniew Bodek
2015-11-10Fix cp15 PAR definition and function. While here, add cp15 ATS1CPWSvatopluk Kraus
2015-05-24Add more cp15_ functions, and use them in cpufunc.c where possible.Andrew Turner
2015-05-06Add new CP15 operations and DB_SHOW_COMMAND to print CP15 registersZbigniew Bodek
2015-04-02Add the generic timer registers to sysreg.h and cpu-v6.h, and use theAndrew Turner
2015-01-08Add accessors for the ARM CP15 performance monitor registers. Also ensureIan Lepore
2015-01-01Define a WFI macro that expands to the right form of wait-for-interruptIan Lepore
2014-12-25Define only the CP15 register operations that are valid for the architecture.Ian Lepore
2014-09-30Make sure __ARM_ARCH is defined in sysreg.h by including acle-compat.hAndrew Turner
2014-09-27Add machine/sysreg.h to simplify accessing the system control coprocessorAndrew Turner