summaryrefslogtreecommitdiffstats
path: root/sys/arch/powerpc64/include/cpufunc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enter power-saving mode on POWER9 (ISA v3)gkoehler2020-12-301-1/+2
* Clear FSCR register. This gives us a sane default state where all facilitieskettenis2020-12-221-1/+7
* Add support for POWER8 (and maybe earlier) CPUs. Not sure if this works onkettenis2020-08-231-1/+10
* Add hw.cpuspeed and hw.setperfgkoehler2020-07-101-1/+15
* Add sync().kettenis2020-06-261-1/+7
* Print CPU name and cache info in the same way as we do on arm64.kettenis2020-06-171-1/+9
* Add mtdec().kettenis2020-06-091-1/+7
* mainbus(4) and cpu(4).kettenis2020-06-071-1/+9
* Bootstrap a kernel pmap and enable translations.kettenis2020-06-061-3/+94
* Add some very simple trap handling.kettenis2020-05-221-0/+55