chs
|
f3a668ed84
|
eliminate the PMAP_NEW option by making it required for all ports.
ports which previously had no support for PMAP_NEW now implement
the pmap_k* interfaces as wrappers around the non-k versions.
|
1999-09-12 01:16:55 +00:00 |
tsubai
|
183ef12cd5
|
Adapt pmap_extract() change.
|
1999-07-11 17:44:08 +00:00 |
thorpej
|
3ebbe095e0
|
Change the pmap_extract() interface to:
boolean_t pmap_extract(pmap_t, vaddr_t, paddr_t *);
This makes it possible for the pmap to map physical address 0.
|
1999-07-08 18:05:21 +00:00 |
thorpej
|
0288ffb53a
|
pmap_change_wiring() -> pmap_unwire().
|
1999-06-17 19:23:20 +00:00 |
thorpej
|
4b603c180a
|
Use the same hack as pmap_zero_page() and pmap_copy_page() to provide
direct-mapped pool pages.
|
1999-04-16 21:45:19 +00:00 |
tsubai
|
96f0fb14a1
|
Add RSS accounting.
|
1999-03-05 06:10:48 +00:00 |
tsubai
|
01614b7217
|
Implement pmap_procwr().
(Not tested. gdb doesn't work on powerpc yet.)
|
1999-02-26 14:40:45 +00:00 |
tsubai
|
3a8ad815c4
|
Add some prototypes.
|
1998-09-01 16:35:50 +00:00 |
tsubai
|
b9a44d6b63
|
vm_offset_t --> [pv]addr_t
|
1998-08-31 14:43:39 +00:00 |
tsubai
|
db105fc687
|
Make vtophys() return non-zero even if the addr < end.
|
1998-07-25 15:06:28 +00:00 |
sakamoto
|
7055a6a919
|
Import DDB from OpenBSD/powerpc.
|
1998-01-27 09:15:58 +00:00 |
thorpej
|
a26db50632
|
Don't need __VM_PMAP_HACK anymore.
|
1998-01-06 08:14:14 +00:00 |
thorpej
|
b9f1b716f3
|
Now that all ports have pmap_activate(), and it has an identical interface,
prototype it in <vm/pmap.h>
|
1998-01-03 01:12:59 +00:00 |
thorpej
|
c162e92a71
|
Implement pmap_activate().
|
1998-01-02 22:17:18 +00:00 |
gwr
|
e2a58b69f7
|
Add #define __VM_PMAP_HACK as a temporary measure.
|
1997-05-16 21:35:30 +00:00 |
ws
|
5804d3f648
|
PowerPC port
|
1996-09-30 16:34:14 +00:00 |