summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* phys_avail[] is correctly defined as an array of vm_paddr_t's inalc2010-12-011-1/+1
* Switch to C99 exact-width types.marcel2010-05-191-1/+1
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+2
* Remove pm_active from struct pmap as it serves no purpose.marcel2010-02-211-1/+0
* Some code churn:marcel2010-02-141-1/+1
* Allocate the VHPT for each CPU in cpu_mp_start(), rather thanmarcel2009-12-071-0/+1
* Add support to the virtual memory system for configuring machine-alc2009-07-121-0/+2
* Fix a comment.ru2006-11-131-1/+1
* First pass at allowing memory to be mapped using cache modes other thanjhb2006-08-111-0/+2
* - Cleanup whitespace and extra ()s in vtophys() macros.jhb2005-12-061-1/+1
* o s/vhpt_size/pmap_vhpt_log2size/gmarcel2005-09-031-0/+3
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Redefine a PTE as a 64-bit integral type instead of a struct ofmarcel2004-09-231-0/+1
* Add partial pmap locking.alc2004-07-191-0/+14
* Remove unused fields from the pmap.alc2004-07-161-2/+0
* - Remove unused definitions.alc2004-06-231-5/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Remove avail_end. As of yesterday, it is unused.alc2004-04-061-1/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-051-1/+0
* Remove unused declarations. (Some time ago, these variables became fieldsalc2004-03-071-2/+0
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* pmap_install() needs to be atomic WRT to context switching. Protectmarcel2003-05-191-1/+1
* Don't use the tpa instruction to implement pmap_kextract. The tpamarcel2003-04-221-8/+1
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
* MFi386 revision 1.88alc2003-03-011-3/+0
* Remove the dependency on ia64_cpu.h by not defining pmap_kextract()marcel2002-10-121-6/+1
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-071-0/+1
* Tidy up some loose ends.peter2002-04-291-3/+2
* Remove __P.alfred2002-03-201-12/+12
* * Make sure we increment pm_stats.resident_count in pmap_enter_quickdfr2001-11-091-1/+1
* Rework pmap so that it separates the PTE structure from the pv_entrydfr2001-10-191-1/+6
* Add pmap_unmapdev().dfr2001-09-291-0/+1
* Factor out PTE and related definitions from pmap.h - they are useful indfr2001-09-241-89/+1
* * Add rudimentary DDB support (no kgdb, no backtrace, no single step).dfr2000-10-101-5/+2
* This is the first snapshot of the FreeBSD/ia64 kernel. This kernel willdfr2000-09-291-0/+233
OpenPOWER on IntegriCloud