summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/tsb.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix macros for setting and extracting the context field in ttes andjake2001-08-061-29/+5
| | | | add macros for the fields in sfsr.
* Fix a bug translating virtual translation table entry addresses to physicaljake2001-08-031-4/+3
| | | | | | | addresses. It helps to use the physical address that the virtual address actually maps to (doh!). Comment out some code that crashes. Found independently by: tmm
* Flesh out the sparc64 port considerably. This contains:jake2001-07-311-0/+220
- mostly complete kernel pmap support, and tested but currently turned off userland pmap support - low level assembly language trap, context switching and support code - fully implemented atomic.h and supporting cpufunc.h - some support for kernel debugging with ddb - various header tweaks and filling out of machine dependent structures
OpenPOWER on IntegriCloud