summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-071-0/+1
* Forgot to commit this.jake2002-08-011-2/+2
* Implement a direct mapped address region, like alpha and ia64. Thisjake2002-07-271-0/+1
* pmap_kremove can no longer be used to remove the magic device mappingsjake2002-06-251-0/+1
* Add an MD page flag for tracking if a page is cacheable or not, so thatjake2002-05-291-0/+3
* Merge the code in pv.c into pmap.c directly. Place all page mappings ontojake2002-05-291-0/+9
* Add pv list linkage and a pmap pointer to struct tte. Remove separatelyjake2002-05-291-13/+1
* Remove pmap.pm_pvlist and make the functions that use it no-ops. These arejake2002-05-291-1/+0
* Tidy up some loose ends.peter2002-04-291-1/+0
* Allocate tlb contexts on the fly in cpu_switch, instead of statically 1 to 1jake2002-03-041-0/+1
* Convert pmap.pm_context to an array of contexts indexed by cpuid. Thisjake2002-02-261-1/+1
* Remove code to lock the user tsb into the tlb. We can handle faults on itjake2002-02-251-1/+0
* Prototype pmap_map_tsb().jake2002-01-081-0/+2
* 1. Implement an optimization for pmap_remove() and pmap_protect(): if atmm2002-01-021-0/+1
* Add definitions for dcache color bits, which may move to cache.h.jake2001-12-291-6/+36
* Parameterize the size of the kernel virtual address space on KVA_PAGES.jake2001-10-201-1/+3
* Add pmap_kenter_flags(), which is used by MD bus code that will betmm2001-10-121-0/+3
* style(9) the structure definitions.obrien2001-09-051-2/+2
* Use the correct copyrights. Note where most of this came from.jake2001-09-031-7/+19
* The author isn't a [UC] Regents. Correct the copyright language.obrien2001-08-091-2/+2
* Add a vm_object and page count to struct pmap for allocating tsb pages.jake2001-08-061-0/+2
* Move some code related to managing pv entries from the pmap module tojake2001-08-031-1/+6
* Flesh out the sparc64 port considerably. This contains:jake2001-07-311-12/+18
* Add skeleton machine dependent headers and c files for a port of freebsdjake2001-07-311-0/+58
OpenPOWER on IntegriCloud