freebsd-dev/sys/powerpc/aim
Justin Hibbits c757049235 Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.
There is one known issue:  Some probes will display an error message along the
lines of:  "Invalid address (0)"

I tested this with both a simple dtrace probe and dtruss on a few different
binaries on 32-bit.  I only compiled 64-bit, did not run it, but I don't expect
problems without the modules loaded.  Volunteers are welcome.

MFC after:	1 month
2012-11-07 23:45:09 +00:00
..
clock.c
copyinout.c
interrupt.c
locore32.S Implement DTrace for PowerPC. This includes both 32-bit and 64-bit. 2012-11-07 23:45:09 +00:00
locore64.S Implement DTrace for PowerPC. This includes both 32-bit and 64-bit. 2012-11-07 23:45:09 +00:00
locore.S
machdep.c Unbreak tinderbox. 2012-08-25 17:15:33 +00:00
mmu_oea64.c Eliminate a stale comment. It describes another use case for the pmap in 2012-09-28 05:30:59 +00:00
mmu_oea64.h
mmu_oea.c Rework the known rwlock to benefit about staying on their own 2012-11-03 23:03:14 +00:00
moea64_if.m
moea64_native.c Fix build on 32-bit systems. 2012-04-28 14:42:49 +00:00
mp_cpudep.c
nexus.c
slb.c After switching mutexes to use lwsync, they no longer provide sufficient 2012-04-28 00:12:23 +00:00
swtch32.S Fix final bugs in memory barriers on PowerPC: 2012-05-04 16:00:22 +00:00
swtch64.S Fix final bugs in memory barriers on PowerPC: 2012-05-04 16:00:22 +00:00
trap_subr32.S Implement DTrace for PowerPC. This includes both 32-bit and 64-bit. 2012-11-07 23:45:09 +00:00
trap_subr64.S Implement DTrace for PowerPC. This includes both 32-bit and 64-bit. 2012-11-07 23:45:09 +00:00
trap.c Implement DTrace for PowerPC. This includes both 32-bit and 64-bit. 2012-11-07 23:45:09 +00:00
uma_machdep.c
vm_machdep.c