NetBSD/sys/arch/arm/arm32
chris 3ead7271d5 Fix the type of irqmasks (any reason it's even been added as an extern when it's in irqhandler.h with the correct type and array size?) 2002-01-31 09:43:42 +00:00
..
arm32_machdep.c Some prototype cleanup. 2002-01-20 03:41:47 +00:00
bcopy_page.S Patch in Richard E's changes to bcopy page, the loop doesn't need unrolling as much as it currently is due to the overhead of the load/stores taking most of the time. (profiling shows minimal time difference) 2001-08-11 12:44:42 +00:00
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 Overhaul bus_dmamap_sync for the ARM: 2002-01-25 20:57:41 +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 Note the alignment state of the stack. This is part of the work to get the stack 8byte aligned for ELF 2001-09-28 09:56:03 +00:00
cpu.c Add revision->stepping maps for the SA-110, SA-1100 and SA-1110. 2002-01-27 14:43:47 +00:00
cpuswitch.S Overhaul of the ARM cache code. This is mostly a simplification 2002-01-25 19:19:22 +00:00
db_interface.c Overhaul of the ARM cache code. This is mostly a simplification 2002-01-25 19:19:22 +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 Don't define pcb_* register macros. 2001-09-09 10:33:42 +00:00
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 Move the generic arm32 files into arm/arm32 from arm32/arm32, tested kernel builds on cats and riscpc. 2001-07-28 13:28:03 +00:00
genassym.cf Overhaul of the ARM cache code. This is mostly a simplification 2002-01-25 19:19:22 +00:00
intr.c Fix the type of irqmasks (any reason it's even been added as an extern when it's in irqhandler.h with the correct type and array size?) 2002-01-31 09:43:42 +00:00
locore.S Overhaul of the ARM cache code. This is mostly a simplification 2002-01-25 19:19:22 +00:00
mem.c include <arm/conf.h> for prototypes. 2002-01-05 17:02:22 +00:00
pmap.c Overhaul of the ARM cache code. This is mostly a simplification 2002-01-25 19:19:22 +00:00
setcpsr.S Move the generic arm32 files into arm/arm32 from arm32/arm32, tested kernel builds on cats and riscpc. 2001-07-28 13:28:03 +00:00
setstack.S Move the generic arm32 files into arm/arm32 from arm32/arm32, tested kernel builds on cats and riscpc. 2001-07-28 13:28:03 +00:00
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 Overhaul of the ARM cache code. This is mostly a simplification 2002-01-25 19:19:22 +00:00
vm_machdep.c When initializing sf->sf_spl, simply always assume that 0 is 2002-01-29 23:02:48 +00:00