summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/tsb.h
Commit message (Expand)AuthorAgeFilesLines
* Convert the remainder of the low hanging fruits regarding includingmarius2007-01-191-5/+14
* Use vm_paddr_t for physical addresses.jake2003-04-081-1/+1
* Add pmap support for user mappings of multiple page sizes (super pages).jake2002-08-181-3/+3
* Auto size available kernel virtual address space based on phsyical memoryjake2002-08-101-6/+3
* Bump TSB_PAGES_SHIFT to 4. Less sucks too much.jake2002-06-041-1/+1
* Merge the code in pv.c into pmap.c directly. Place all page mappings ontojake2002-05-291-1/+1
* Update tsb_tte_enter prototype per tsb.c rev 1.20.jake2002-05-211-1/+1
* Minimal testing has shown that a 4 page tsb is a nice sweet spot for currentjake2002-02-271-1/+1
* Wrap long lines.jake2002-02-271-1/+2
* Allow the user tsb to span multiple pages. Make the default 2 pages for nowjake2002-02-261-1/+3
* Adapt the tsb_foreach interface to take a source and a destination pmap sojake2002-02-231-2/+2
* 1. Implement an optimization for pmap_remove() and pmap_protect(): if atmm2002-01-021-1/+8
* Remove support for multi level tsbs, making this code much simpler andjake2001-12-291-129/+27
* Parameterize the size of the kernel virtual address space on KVA_PAGES.jake2001-10-201-11/+7
* Move the kernel to end of the first 4 gigabytes of address space, so thatjake2001-09-301-13/+3
* Fix macros for setting and extracting the context field in ttes andjake2001-08-061-29/+5
* Fix a bug translating virtual translation table entry addresses to physicaljake2001-08-031-4/+3
* Flesh out the sparc64 port considerably. This contains:jake2001-07-311-0/+220
OpenPOWER on IntegriCloud