freebsd-skq/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
copyinout.c
interrupt.c
locore.S
machdep.c
mp_cpudep.c
platform_bare.c
pmap.c
swtch.S
trap_subr.S
trap.c
vm_machdep.c