summaryrefslogtreecommitdiffstats
path: root/sys/arch/powerpc64/include/proc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make return-to-user and kernel re-entry work. This adds a per-pmap SLBkettenis2020-06-221-2/+3
| | | | | | cache. We might want to turn that in a per-proc cache at some point, but this gets us to the point where we can sucessfully have init(1) do its first system call.
* Get context switching between kernel threads going.kettenis2020-06-141-1/+2
| | | | | | Since the stacks for kernel threads are not mapped 1:1 this involves translating virtual addresses into physical addresses when making OPAL calls.
* Planting the first seed for OpenBSD/powerpc64.kettenis2020-05-161-0/+44