freebsd-dev/sys/powerpc/booke
John Baldwin 013818111a Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to
a device pager (OBJT_DEVICE) object in that it uses fictitious pages to
provide aliases to other memory addresses.  The primary difference is that
it uses an sglist(9) to determine the physical addresses for a given offset
into the object instead of invoking the d_mmap() method in a device driver.

Reviewed by:	alc
Approved by:	re (kensmith)
MFC after:	2 weeks
2009-07-24 13:50:29 +00:00
..
clock.c Improve style(9), clean up. 2009-05-21 12:05:15 +00:00
copyinout.c
interrupt.c Minor clean up of BookE/MPC85XX: iprove naming and style(9). 2008-12-17 15:31:15 +00:00
locore.S Improve style(9), clean up. 2009-05-21 12:05:15 +00:00
machdep.c Introduce support for cpufreq on PowerPC with the dynamic frequency 2009-05-31 09:01:23 +00:00
mp_cpudep.c Initial support for SMP on PowerPC MPC85xx. 2009-05-21 11:43:37 +00:00
platform_bare.c Discover and handle the number of E500 CPUs in run time. 2009-06-05 09:46:00 +00:00
pmap.c Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to 2009-07-24 13:50:29 +00:00
swtch.S Minor style consistency fix. 2009-04-22 13:18:04 +00:00
trap_subr.S Initial support for SMP on PowerPC MPC85xx. 2009-05-21 11:43:37 +00:00
trap.c Make Book-E debug register state part of the PCB context. 2009-02-27 12:08:24 +00:00
vm_machdep.c Improve style(9), clean up. 2009-05-21 12:05:15 +00:00