freebsd-nq/sys/sparc64/sparc64
Peter Wemm 1a87a0da66 Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()
and pmap_copy_page().  This gets rid of a couple more physical addresses
in upper layers, with the eventual aim of supporting PAE and dealing with
the physical addressing mostly within pmap.  (We will need either 64 bit
physical addresses or page indexes, possibly both depending on the
circumstances.  Leaving this to pmap itself gives more flexibilitly.)

Reviewed by:	jake
Tested on:	i386, ia64 and (I believe) sparc64. (my alpha was hosed)
2002-04-15 16:00:03 +00:00
..
autoconf.c
bus_machdep.c
cache.c
clock.c
counter.c
critical.c
db_disasm.c
db_hwwatch.c
db_interface.c
db_trace.c Forgot these files in previous commit to frame.h. Also add needed include 2002-04-09 01:43:07 +00:00
eeprom_ebus.c
eeprom_sbus.c
eeprom.c
elf_machdep.c
emul.c
exception.s
exception.S
fp.c
genassym.c
identcpu.c
in_cksum.c
intr_machdep.c
iommu.c
locore.s
locore.S
machdep.c o Remove vm_map_growstack() and useracc() from sendsig(). Copyout() and 2002-04-13 19:17:49 +00:00
mem.c
mp_exception.s
mp_exception.S
mp_locore.s
mp_locore.S
mp_machdep.c
nexus.c
ofw_bus.c
ofw_machdep.c
pmap.c Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]() 2002-04-15 16:00:03 +00:00
pv.c
rwindow.c
sparcbus_if.m
support.s
support.S
swtch.s
swtch.S
sys_machdep.c
tick.c
trap.c Forgot these files in previous commit to frame.h. Also add needed include 2002-04-09 01:43:07 +00:00
tsb.c
upa.c
vm_machdep.c