freebsd-dev/sys/powerpc/aim
Peter Grehan 0efd0097cb When UMA_MD_SMALL_ALLOC is defined, pmap_kextract will be called
for direct-mapped addresses. Assume that any address less than KVA
is one of these and return it. Also assert that an address is KVA
does have a valid mapping - callers of pmap_kextract don't check
the return value, since they assume that they have a valid virtual
address.
2004-01-29 00:45:41 +00:00
..
clock.c A syscons implementation using the 8-bit framebuffer set up by 2004-01-21 05:16:23 +00:00
copyinout.c
interrupt.c
locore.S
machdep.c - Catch up with panic __LINE__/__FILE__ changes by moving panic calls 2004-01-21 05:18:08 +00:00
mmu_oea.c When UMA_MD_SMALL_ALLOC is defined, pmap_kextract will be called 2004-01-29 00:45:41 +00:00
nexus.c Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probe 2004-01-13 11:20:52 +00:00
ofw_machdep.c - removed obsolete ppc_exit/ppc_boot functions 2003-12-10 08:55:53 +00:00
ofwmagic.S
swtch.S Update powerpc to use the (old thread,new thread) calling convention 2003-08-14 03:56:24 +00:00
trap_subr.S - Catch up with panic __LINE__/__FILE__ changes by moving panic calls 2004-01-21 05:18:08 +00:00
trap.c
uma_machdep.c Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow direct 2004-01-29 00:32:22 +00:00
vm_machdep.c Track three new sendfile-related statistics: 2003-12-28 08:57:09 +00:00