aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/include/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a comment.Ruslan Ermilov2006-11-131-1/+1
* First pass at allowing memory to be mapped using cache modes other thanJohn Baldwin2006-08-111-0/+2
* - Cleanup whitespace and extra ()s in vtophys() macros.John Baldwin2005-12-061-1/+1
* o s/vhpt_size/pmap_vhpt_log2size/gMarcel Moolenaar2005-09-031-0/+3
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Redefine a PTE as a 64-bit integral type instead of a struct ofMarcel Moolenaar2004-09-231-0/+1
* Add partial pmap locking.Alan Cox2004-07-191-0/+14
* Remove unused fields from the pmap.Alan Cox2004-07-161-2/+0
* - Remove unused definitions.Alan Cox2004-06-231-5/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Remove avail_end. As of yesterday, it is unused.Alan Cox2004-04-061-1/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64Alan Cox2004-04-051-1/+0
* Remove unused declarations. (Some time ago, these variables became fieldsAlan Cox2004-03-071-2/+0
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.Bruce M Simpson2003-10-061-1/+0
* pmap_install() needs to be atomic WRT to context switching. ProtectMarcel Moolenaar2003-05-191-1/+1
* Don't use the tpa instruction to implement pmap_kextract. The tpaMarcel Moolenaar2003-04-221-8/+1
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsJake Burkholder2003-03-161-0/+2
* MFi386 revision 1.88Alan Cox2003-03-011-3/+0
* Remove the dependency on ia64_cpu.h by not defining pmap_kextract()Marcel Moolenaar2002-10-121-6/+1
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoleteAlan Cox2002-08-071-0/+1
* Tidy up some loose ends.Peter Wemm2002-04-291-3/+2
* Remove __P.Alfred Perlstein2002-03-201-12/+12
* * Make sure we increment pm_stats.resident_count in pmap_enter_quickDoug Rabson2001-11-091-1/+1
* Rework pmap so that it separates the PTE structure from the pv_entryDoug Rabson2001-10-191-1/+6
* Add pmap_unmapdev().Doug Rabson2001-09-291-0/+1
* Factor out PTE and related definitions from pmap.h - they are useful inDoug Rabson2001-09-241-89/+1
* * Add rudimentary DDB support (no kgdb, no backtrace, no single step).Doug Rabson2000-10-101-5/+2
* This is the first snapshot of the FreeBSD/ia64 kernel. This kernel willDoug Rabson2000-09-291-0/+233