aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/tte.h
Commit message (Expand)AuthorAgeFilesLines
* Handle the fictitious pages created by the device pager. For fictitiousJake Burkholder2003-03-271-0/+2
* Use memset instead of __builtin_memset. Apparently there's an inlineJake Burkholder2002-12-291-1/+1
* - Add a pmap pointer to struct md_page, and use this to find the pmap thatJake Burkholder2002-12-211-4/+5
* Add pmap support for user mappings of multiple page sizes (super pages).Jake Burkholder2002-08-181-25/+29
* Remove the tlb argument to tlb_page_demap (itlb or dtlb), in order to betterJake Burkholder2002-07-261-2/+0
* Add pv list linkage and a pmap pointer to struct tte. Remove separatelyJake Burkholder2002-05-291-1/+7
* Redefine the tte accessor macros to take a pointer to a tte, instead of theJake Burkholder2002-05-211-19/+32
* Modify the tte format to not include the tlb context number and to store theJake Burkholder2002-02-251-34/+8
* Add a macro for getting the tlbs (itlb and/or dtlb) which the givenJake Burkholder2002-01-081-0/+1
* Make tte bit constants explicitly unsigned and long.Jake Burkholder2001-12-291-46/+33
* Add a macro to get the context from a tte tag, not necesarily a wholeJake Burkholder2001-09-301-6/+2
* style(9) the structure definitions.David E. O'Brien2001-09-051-2/+2
* Implement pv_bit_count which is used by pmap_ts_referenced.Jake Burkholder2001-09-031-7/+5
* Fix macros for dealing with tte contexts.Jake Burkholder2001-08-061-4/+8
* Flesh out the sparc64 port considerably. This contains:Jake Burkholder2001-07-311-0/+146