NetBSD/sys/arch/arm26/arm26
bjh21 0598bbd10f Separate out syscall() out into three parts:
swi_handler() does stuff that all SWIs will need, then calls
   curproc->p_emul->e_syscall.
  syscall() handles native NetBSD system calls.
  linux_syscall() handles Linux system calls.
2002-01-17 17:26:03 +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 Add fiq_on() and fiq_off(), to enable and disable FIQs at the CPU. 2001-08-25 17:55:24 +00:00
bus.c Change the structure of a bus_space_handle_t in a desperate bid to avoid using 2001-06-12 20:16:22 +00:00
conf.c Added clockctl 2002-01-12 12:36:31 +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 One from the vaults: Add lint stubs. 2001-08-20 22:56:10 +00:00
cpu.c "wierd" is weird. 2001-08-20 12:20:01 +00:00
cpuvar.h
db_interface.c Use <arm/undefined.h> instead of <machine/undefined.h>. 2001-11-23 21:18:29 +00:00
db_machdep.c Change the structure of a bus_space_handle_t in a desperate bid to avoid using 2001-06-12 20:16:22 +00:00
except.c Separate out syscall() out into three parts: 2002-01-17 17:26:03 +00:00
fpu.c Update for new linked-list undefined-instruction handler. 2001-03-13 21:00:13 +00:00
fpu_asm.S
fpuvar.h Add a missing part of FPU support. 2001-03-08 21:12:48 +00:00
genassym.cf Re-organise eca(4)'s FIQ handlers. Now we have a single FIQ handler copied 2001-09-20 21:54:11 +00:00
irq.c * Share a common vector page between arm26 and arm32. 2001-12-20 01:20:21 +00:00
locore.S Merge ast() and userret() between arm32 and arm26. The implementation used 2001-12-21 22:56:16 +00:00
machdep.c Include <sys/sysctl.h> for cpu_sysctl() prototype. 2001-11-16 13:41:58 +00:00
mem.c Avoid uninitialised variable reading /dev/mem. 2001-02-12 23:29:08 +00:00
pmap.c Remove printf from pmap_clear_modify; it triggers too often. 2001-11-18 15:57:23 +00:00
rscons.c
softintr.c Crude hack to ensure that if a soft-interrupt handler schedules a soft 2001-09-16 12:58:53 +00:00
start.c Add fiq_on() and fiq_off(), to enable and disable FIQs at the CPU. 2001-08-25 17:55:24 +00:00
stubs.c Include <uvm/uvm_extern.h> for pagemove() prototype. 2001-11-16 13:48:33 +00:00
sys_machdep.c Add a very simple sysarch() implementation so that libarm32 will work. 2001-07-28 19:12:50 +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