aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/tsb.h
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc64 kernel supportWarner Losh2020-02-031-97/+0
* sys/sparc64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* On machines where we don't need to lock the kernel TSB into the dTLB andMarius Strobl2011-06-211-1/+0
* On UltraSPARC-III+ and greater take advantage of ASI_ATOMIC_QUAD_LDD_PHYS,Marius Strobl2010-12-291-0/+1
* Convert the remainder of the low hanging fruits regarding includingMarius Strobl2007-01-191-5/+14
* Use vm_paddr_t for physical addresses.Jake Burkholder2003-04-081-1/+1
* Add pmap support for user mappings of multiple page sizes (super pages).Jake Burkholder2002-08-181-3/+3
* Auto size available kernel virtual address space based on phsyical memoryJake Burkholder2002-08-101-6/+3
* Bump TSB_PAGES_SHIFT to 4. Less sucks too much.Jake Burkholder2002-06-041-1/+1
* Merge the code in pv.c into pmap.c directly. Place all page mappings ontoJake Burkholder2002-05-291-1/+1
* Update tsb_tte_enter prototype per tsb.c rev 1.20.Jake Burkholder2002-05-211-1/+1
* Minimal testing has shown that a 4 page tsb is a nice sweet spot for currentJake Burkholder2002-02-271-1/+1
* Wrap long lines.Jake Burkholder2002-02-271-1/+2
* Allow the user tsb to span multiple pages. Make the default 2 pages for nowJake Burkholder2002-02-261-1/+3
* Adapt the tsb_foreach interface to take a source and a destination pmap soJake Burkholder2002-02-231-2/+2
* 1. Implement an optimization for pmap_remove() and pmap_protect(): if aThomas Moestl2002-01-021-1/+8
* Remove support for multi level tsbs, making this code much simpler andJake Burkholder2001-12-291-129/+27
* Parameterize the size of the kernel virtual address space on KVA_PAGES.Jake Burkholder2001-10-201-11/+7
* Move the kernel to end of the first 4 gigabytes of address space, so thatJake Burkholder2001-09-301-13/+3
* Fix macros for setting and extracting the context field in ttes andJake Burkholder2001-08-061-29/+5
* Fix a bug translating virtual translation table entry addresses to physicalJake Burkholder2001-08-031-4/+3
* Flesh out the sparc64 port considerably. This contains:Jake Burkholder2001-07-311-0/+220