summaryrefslogtreecommitdiff
path: root/sys/arm/include/cpu.h
AgeCommit message (Expand)Author
2025-12-02armv7: Tweak some armv6 removalsWarner Losh
2024-09-11arm: Assume __ARM_ARCH == 7Andrew Turner
2024-06-10Remove the arm FIQ supportAndrew Turner
2023-07-24arm: Move contents of cpu-v6.h into cpu.hAndrew Turner
2022-03-14armv6/legacy: optimize cpu_getcount performanceWojciech Macek
2021-12-28Simplify swi for bus_dma.John Baldwin
2020-11-28Remove now unused armv4 and not-INTRNG files.Michal Meloun
2019-10-07align use of cp15_pmccntr_get with its availabilityAndriy Gapon
2018-11-05Add a KPI for the delay while spinning on a spin lock.John Baldwin
2016-05-25Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore
2016-02-05ARM: Introduce new cpu-v4.h header and move all ARMv4 specific codeMichal Meloun
2015-11-09Now that the PMU implementation is independent of HWPMCBjoern A. Zeeb
2015-01-08Move the inclusion of cpu-v6.h inside the #ifdef _KERNEL block, so thatIan Lepore
2015-01-08Add accessors for the ARM CP15 performance monitor registers. Also ensureIan Lepore
2014-06-17Different versions of the ARM processor use different registers.Michael Tuexen
2014-05-14Give suitably-endowed ARMs a register similar to the x86 TSC register.Mark Murray
2014-02-09Pass the pagetable used from locore.S to initarm to allow it to map dataAndrew Turner
2014-02-06Pass the kernel physical address to initarm through the boot param struct.Andrew Turner
2013-10-27Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore
2013-07-28Revert r253748,253749Andriy Gapon
2013-07-28put contents of cpu.h under _KERNELAndriy Gapon
2012-06-03Minor rearrangement of the locore <-> initarm interface. Pass in aWarner Losh
2011-03-14Make get_cyclecount(9) little bit more useful where binuptime(9) is used.Jung-uk Kim
2006-05-11Clean out sysctl machdep.* related defines.Poul-Henning Kamp
2005-12-22Tweak how the MD code calls the fooclock() methods some. Instead ofJohn Baldwin
2005-02-01Sort functions.Nate Lawson
2004-11-04Implement get_cyclecount().Olivier Houchard
2004-08-03Instead of calling ia32_pause() conditionally on __i386__ or __amd64__Maxime Henrion
2004-05-14Import FreeBSD/arm kernel bits.Olivier Houchard