NetBSD/sys/arch/powerpc/powerpc
chs f0d9c43220 fix macppc MULTIPROCESSOR compilation. 2001-12-05 05:02:10 +00:00
..
Locore.c Need <sys/systm.h> for panic() declaration. 2000-06-08 06:48:45 +00:00
bcopy.c
bus_dma.c Pull avail_start/avail_end logic for bus_dmamem_alloc() from macppc port, 2001-06-10 02:31:25 +00:00
compat_13_machdep.c Use structure assignment instead of bcopy. 2001-05-28 00:15:10 +00:00
copyinstr.c handle a NULL "done" pointer. 2000-02-19 23:29:16 +00:00
copyoutstr.c handle a NULL "done" pointer. 2000-02-19 23:29:16 +00:00
copystr.c Need <sys/systm.h> for declaration, and make argument declarations match. 2000-06-08 06:47:17 +00:00
db_disasm.c Add a port to IBM's PPC405GP Reference Board (the "walnut") 2001-06-13 06:01:44 +00:00
db_interface.c bcopy -> memcpy, bzero -> memset, bcmp -> memcmp. 2001-07-22 11:29:44 +00:00
db_memrw.c Call __syncicache in db_write_bytes. (makes breakpoints work better). 2001-05-18 20:38:27 +00:00
db_trace.c Teach db_trace that some low addresses are ok to trace. 2001-08-30 21:44:58 +00:00
fpu.c bcopy -> memcpy, bzero -> memset, bcmp -> memcmp. 2001-07-22 11:29:44 +00:00
fubyte.c Need <sys/systm.h> for declaration, and make argument declarations match. 2000-06-08 07:29:22 +00:00
fuswintr.c Need <sys/systm.h> for declaration, and make argument declarations match. 2000-06-08 07:29:22 +00:00
genassym.cf Need CACHELINESIZE for libkern memset. 2001-11-29 00:16:35 +00:00
in_cksum.c Add a port to IBM's PPC405GP Reference Board (the "walnut") 2001-06-13 06:01:44 +00:00
ipkdb_glue.c
kgdb_machdep.c Build for kgdb as well as for ddb (mutually exclusive). 2001-06-20 02:40:14 +00:00
linux_sigcode.S Integrated security review for signal delivery by Wolfgang Solfrank 2001-04-11 19:41:02 +00:00
linux_trap.c Add a linux specific trapsignal() function. This is just a passthrough 2001-06-18 02:04:42 +00:00
locore_subr.S Fix a bug in cpu_switch(). 2001-02-28 20:44:41 +00:00
mem.c don't depend on other headers to include sys/proc.h for us. 2001-11-30 07:53:13 +00:00
ofw_machdep.c Make all powerpc ports use a common Makefile.powerpc (except walnut) 2001-08-26 02:47:33 +00:00
ofwmagic.S
ofwreal.S ofwr_init(): don't clobber r7 -- early startup code needs it to find 2001-10-23 02:59:09 +00:00
openfirm.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00
openpic.c Tsubai has convinced me that openpic_init() should remain machine-dependant 2001-02-05 19:22:23 +00:00
pmap.c Implement pmap_kenter_pa() and pmap_kremove() properly. 2001-12-01 23:34:52 +00:00
powerpc_machdep.c Make all powerpc ports use a common Makefile.powerpc (except walnut) 2001-08-26 02:47:33 +00:00
process_machdep.c bcopy -> memcpy, bzero -> memset, bcmp -> memcmp. 2001-07-22 11:29:44 +00:00
setjmp.S
sig_machdep.c Change the bcopy's to structure assignments. 2001-05-28 00:12:21 +00:00
sigcode.S
subyte.c Need <sys/systm.h> for declaration, and make argument declarations match. 2000-06-09 14:05:47 +00:00
suswintr.c Need <sys/systm.h> for declaration, and make argument declarations match. 2000-06-09 14:05:47 +00:00
suword.c Need <sys/systm.h> for declaration, and make argument declarations match. 2000-06-09 14:05:47 +00:00
sys_machdep.c Need <sys/syscallargs.h> for declaration of sys_sysarch(). 2000-06-09 14:08:45 +00:00
trap.c fix macppc MULTIPROCESSOR compilation. 2001-12-05 05:02:10 +00:00
trap_subr.S Make sure to restore SR 0 since returning from a syscall is actually 2001-08-30 22:00:48 +00:00
trap_subr_mp.S Use SPR_xxx for the *MISS HASH CMP, etc. 2001-06-23 02:36:14 +00:00
vm_machdep.c Update pmap_update to now take the updated pmap as an argument. 2001-09-10 21:19:08 +00:00