summaryrefslogtreecommitdiff
path: root/sys/arm/include/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify swi for bus_dma.John Baldwin2022-04-291-1/+0
* Remove now unused armv4 and not-INTRNG files.Michal Meloun2020-11-281-4/+0
* align use of cp15_pmccntr_get with its availabilityAndriy Gapon2019-10-071-1/+1
* Add a KPI for the delay while spinning on a spin lock.John Baldwin2018-11-051-0/+1
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore2016-05-251-1/+0
* ARM: Introduce new cpu-v4.h header and move all ARMv4 specific codeMichal Meloun2016-02-051-6/+2
* Now that the PMU implementation is independent of HWPMCBjoern A. Zeeb2015-11-091-2/+32
* Move the inclusion of cpu-v6.h inside the #ifdef _KERNEL block, so thatIan Lepore2015-01-081-4/+3
* Add accessors for the ARM CP15 performance monitor registers. Also ensureIan Lepore2015-01-081-23/+7
* Different versions of the ARM processor use different registers.Michael Tuexen2014-06-171-0/+9
* Give suitably-endowed ARMs a register similar to the x86 TSC register.Mark Murray2014-05-141-1/+16
* Pass the pagetable used from locore.S to initarm to allow it to map dataAndrew Turner2014-02-091-0/+6
* Pass the kernel physical address to initarm through the boot param struct.Andrew Turner2014-02-061-0/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-271-0/+1
* Revert r253748,253749Andriy Gapon2013-07-281-3/+2
* put contents of cpu.h under _KERNELAndriy Gapon2013-07-281-2/+3
* Minor rearrangement of the locore <-> initarm interface. Pass in aWarner Losh2012-06-031-6/+14
* Make get_cyclecount(9) little bit more useful where binuptime(9) is used.Jung-uk Kim2011-03-141-1/+1
* Clean out sysctl machdep.* related defines.Poul-Henning Kamp2006-05-111-8/+0
* Tweak how the MD code calls the fooclock() methods some. Instead ofJohn Baldwin2005-12-221-3/+0
* Sort functions.Nate Lawson2005-02-011-4/+4
* Implement get_cyclecount().Olivier Houchard2004-11-041-1/+7
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__Maxime Henrion2004-08-031-0/+1
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+49