NetBSD/sys/arch/arm/arm32
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
..
arm32_machdep.c Make GENERIC cats kernel boot again. By allocating a 2nd second level page table for the kernel and stack space we can now have to 8MB of kernel and stacks (if the kernel ever gets really bloated might need to add a 3rd!) 2002-01-12 13:37:55 +00:00
bcopy_page.S
bcopyinout.S Correct comment to avoid confusion, it really means 32 bits not 32 bites. 2001-11-20 00:22:33 +00:00
bus_dma.c Don't include <machine/psl.h> directly. 2001-11-26 20:49:04 +00:00
conf.c Update with radio, cir and irframe. also add block device for ld. Update other tables in file as appropriate. 2002-01-05 00:51:30 +00:00
copystr.S
cpu.c Fetch cache info from the Cache Type register on ARM7TDMI and "greater" 2001-11-29 02:24:58 +00:00
cpuswitch.S Provide a way for platforms to move away from the old RiscPC-centric 2001-11-29 17:14:02 +00:00
db_interface.c * db_validate_address(): Use pmap_extract(). 2002-01-17 03:52:06 +00:00
db_machdep.c Make some of the arm32 files build with LOOSE_PROTOTYPES not set in the makefile. Turned up a few mismatched functions. Note that this isn't all of the arm32 files. Aim will be to get arm32 kernels built with LOOSE_PROTOTYPES not set. 2002-01-05 22:41:46 +00:00
db_trace.c
exception.S Separate out syscall() out into three parts: 2002-01-17 17:26:03 +00:00
fault.c Make some of the arm32 files build with LOOSE_PROTOTYPES not set in the makefile. Turned up a few mismatched functions. Note that this isn't all of the arm32 files. Aim will be to get arm32 kernels built with LOOSE_PROTOTYPES not set. 2002-01-05 22:41:46 +00:00
fusu.S
genassym.cf * Share a common vector page between arm26 and arm32. 2001-12-20 01:20:21 +00:00
intr.c Finish up the changes to get LOOSE_PROTOTYPES working for cats. 2002-01-07 22:58:07 +00:00
locore.S * Share a common vector page between arm26 and arm32. 2001-12-20 01:20:21 +00:00
mem.c include <arm/conf.h> for prototypes. 2002-01-05 17:02:22 +00:00
pmap.c Teach pmap_extract() about section mappings. 2002-01-17 03:06:21 +00:00
setcpsr.S
setstack.S
spl.S Use <arm/arm32/psl.h>, not <machine/psl.h>. 2001-11-26 20:51:57 +00:00
stubs.c Make some of the arm32 files build with LOOSE_PROTOTYPES not set in the makefile. Turned up a few mismatched functions. Note that this isn't all of the arm32 files. Aim will be to get arm32 kernels built with LOOSE_PROTOTYPES not set. 2002-01-05 22:41:46 +00:00
sys_machdep.c Make some of the arm32 files build with LOOSE_PROTOTYPES not set in the makefile. Turned up a few mismatched functions. Note that this isn't all of the arm32 files. Aim will be to get arm32 kernels built with LOOSE_PROTOTYPES not set. 2002-01-05 22:41:46 +00:00
vm_machdep.c Provide a hook for platform-specific interrupt code to specify 2001-11-29 17:12:22 +00:00