1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sys/powerpc/aim
Justin Hibbits 80a5635c8b Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,
much of which is not necessary for PowerPC.

The FBT module can likely be factored into 3 separate files: common,
intel, and powerpc, rather than duplicating most of the code between
the x86 and PowerPC flavors.

All DTrace modules for PowerPC will be MFC'd together once Fasttrap is
completed.
2013-03-18 05:30:18 +00:00
..
clock.c MFcalloutng: 2013-02-28 13:46:03 +00:00
copyinout.c
interrupt.c
locore32.S
locore64.S
locore.S
machdep.c Switch the vm_object mutex to be a rwlock. This will enable in the 2013-03-09 02:32:23 +00:00
mmu_oea64.c Add pmap function pmap_copy_pages(), which copies the content of the 2013-03-14 20:18:12 +00:00
mmu_oea64.h
mmu_oea.c Add pmap function pmap_copy_pages(), which copies the content of the 2013-03-14 20:18:12 +00:00
moea64_if.m
moea64_native.c Merge from vmobj-rwlock branch: 2013-02-26 01:00:11 +00:00
mp_cpudep.c
nexus.c
slb.c
swtch32.S
swtch64.S
trap_subr32.S Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code, 2013-03-18 05:30:18 +00:00
trap_subr64.S Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code, 2013-03-18 05:30:18 +00:00
trap.c Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code, 2013-03-18 05:30:18 +00:00
uma_machdep.c
vm_machdep.c