aboutsummaryrefslogtreecommitdiff
path: root/sys/sun4v/include/tsb.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove actual files supporting sun4v.Attilio Rao2011-05-141-84/+0
| | | | | | | Approved by: re Notes: svn path=/head/; revision=221870
* - separate out rounding memory ranges to 4M boundaries from OFW memory ↵Kip Macy2006-12-041-1/+2
| | | | | | | | | | | | allocation bug workaround - create real_phys_avail which includes all memory ranges to be added to the direct map - merge in nucleus memory to real_phys_avail - distinguish between tag VA and index VA in tsb_set_tte_real for cases where page_size != index_page_size - clean up direct map loop Notes: svn path=/head/; revision=164885
* Integrate, but do not enable support for dynamically resizing TSBsKip Macy2006-11-221-1/+0
| | | | Notes: svn path=/head/; revision=164500
* remove dead code from tsb.cKip Macy2006-11-221-1/+6
| | | | | | | | switch tsbscratch over to using order of number of pages as opposed to actual number of pages switch tsb.c over to using wrappers for contig page allocation Notes: svn path=/head/; revision=164495
* placate Grim Reaper with sun4v supportKip Macy2006-10-051-0/+79
Notes: svn path=/head/; revision=163022