NetBSD/sys/arch/arm26/arm26
bjh21 4928854ae3 Arrange to inline hardsplx() into raisespl() and lowerspl(). This should
make them slightly faster, and makes it easier to see how much of the time
apparently spent in hardsplx() actually comes from deferred statclock
interrupts.
2001-05-01 22:19:09 +00:00
..
Locore.c Since idle() turns up in so many stack backtraces, put it in the global 2001-02-13 13:16:37 +00:00
autoconf.c Don't include <machine/spl.h> any more. 2000-08-22 21:22:48 +00:00
bus.c Rev 1.3 accidentally undid rev 1.2. Re-do it. 2001-04-13 14:50:47 +00:00
conf.c Add ipfilter, rnd, vcoda and raid. 2001-04-28 17:41:01 +00:00
cons_machdep.c Make arm26 implementation of DDB slightly less gratuitously different from the 2001-03-11 16:31:05 +00:00
copyinout.S Allow for size=0 case in copyin(), copyout() and kcopy(). 2001-02-28 11:55:39 +00:00
cpu.c Create an ARM2-specific undefined-instruction handler which deals with the 2001-03-17 18:12:09 +00:00
cpuvar.h
db_interface.c Change the value of tf_pc in undefined-instruction handlers on arm32. It now 2001-03-13 23:56:48 +00:00
db_machdep.c Add necessary DDB includes. 2001-02-17 19:08:21 +00:00
db_trace.c Make arm26 implementation of DDB slightly less gratuitously different from the 2001-03-11 16:31:05 +00:00
except.c If uvm_fault() returns an error, pass it on to the pcb_onfault handler 2001-03-18 14:04:04 +00:00
fpu.c Update for new linked-list undefined-instruction handler. 2001-03-13 21:00:13 +00:00
fpu_asm.S No-op commit to force update to a non-"-kk" revision. 2001-01-18 17:47:58 +00:00
fpuvar.h Add a missing part of FPU support. 2001-03-08 21:12:48 +00:00
genassym.cf Unify arm26 and arm32 trapframe structures. The unified trapframe is the same 2001-01-20 17:14:19 +00:00
irq.c Arrange to inline hardsplx() into raisespl() and lowerspl(). This should 2001-05-01 22:19:09 +00:00
locore.S Use the correct condition code when deciding whether to take an AST (oops!). 2001-05-01 11:01:12 +00:00
machdep.c Minimal implementation of cpu_sysctl(). 2001-04-29 15:13:45 +00:00
mem.c Avoid uninitialised variable reading /dev/mem. 2001-02-12 23:29:08 +00:00
pmap.c Undo my accidental revival of pmap_kenter_pgs(). 2001-04-25 16:30:03 +00:00
procfs_machdep.c Add machdep file for procfs. Currently only used for linux-style 2001-01-17 00:07:18 +00:00
rscons.c
softintr.c Make softclock a generic soft interrupt of the API is available, 2001-01-15 20:19:50 +00:00
start.c Initialise the undefined-instruction handler at startup. 2001-03-13 20:20:43 +00:00
stubs.c Minimal implementation of cpu_sysctl(). 2001-04-29 15:13:45 +00:00
vm_machdep.c Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00