NetBSD/sys/arch/arm/arm32
ichiro 4eee2aed2e struct proc * -> struct lwp *
ixp425_com:
add some status flags
2003-06-29 10:51:29 +00:00
..
arm32_machdep.c struct proc * -> struct lwp * 2003-06-29 10:51:29 +00:00
atomic.S
bcopy_page.S Use PAGE_SIZE rather than NBPG. 2003-04-08 22:57:53 +00:00
bus_dma.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
cpu.c Make sure to include opt_foo.h if a defflag option FOO is used. 2003-06-23 11:00:59 +00:00
cpuswitch.S Make sure to include opt_foo.h if a defflag option FOO is used. 2003-06-23 11:00:59 +00:00
db_interface.c Modify db_{read,write}_bytes() to do a single 16- or 32-bit read/write if 2003-06-06 10:07:07 +00:00
db_machdep.c
exception.S
fault.c Remove #ifdefs supporting the old pmap, switching fully to the new. 2003-05-21 18:04:42 +00:00
fusu.S
genassym.cf Remove old pmap support. 2003-05-22 19:18:31 +00:00
intr.c Rename IPL_IMP -> IPL_VM. 2003-06-16 20:00:56 +00:00
irq_dispatch.S
kgdb_machdep.c Add arm32 machine-specific remote kgdb support. Largely 2003-04-28 01:54:49 +00:00
locore.S Reinstate one change from rev. 1.12, but differently. Preload r2 with 2003-04-20 16:21:40 +00:00
mem.c Use PAGE_SIZE rather than NBPG. 2003-04-01 23:19:08 +00:00
pmap.c Make sure to include opt_foo.h if a defflag option FOO is used. 2003-06-23 11:00:59 +00:00
setcpsr.S
setstack.S
spl.S
stubs.c Use PAGE_SIZE rather than NBPG. 2003-04-01 23:19:08 +00:00
sys_machdep.c
vm_machdep.c Rewrite pagemove() to use pmap functions, rather than frobbing PTEs 2003-05-17 00:41:36 +00:00