NetBSD/sys/arch/arm/arm32
2002-08-09 06:18:24 +00:00
..
arm32_machdep.c Update to md(4) changes: memory_disk_size is now md_root_size, and 2002-05-05 16:26:30 +00:00
bcopy_page.S Speed up bcopy_page() on the XScale slightly by using the "pld" 2002-08-07 16:21:29 +00:00
bcopyinout.S * Rename PROCESS_PAGE_TBLS_BASE -> PTE_BASE 2002-03-23 02:22:56 +00:00
bus_dma.c Overhaul how DMA ranges work in the ARM bus_dma implementation. 2002-07-31 17:34:23 +00:00
conf.c Add dmoverio. 2002-08-02 00:50:25 +00:00
copystr.S Reduce stalls on StrongARM and XScale by waiting one insn before using 2002-08-09 06:18:24 +00:00
cpu.c Handle i80200 step D0 and i80321 step B0 2002-07-22 18:17:42 +00:00
cpuswitch.S Rearrange the exit path so that we don't do a idcache_wbinv_all *twice* 2002-08-06 19:20:29 +00:00
db_interface.c Nuke local extern label_t *db_recover; it's now in <ddb/db_extern.h> 2002-05-13 20:30:07 +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 compile when define DEBUG 2002-05-25 07:58:35 +00:00
fusu.S Use ldrt/strt. 2002-08-09 04:13:20 +00:00
genassym.cf Garbage-collect sigframe references. 2002-06-23 00:16:59 +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 Make a comment describe what the code actually does. 2002-04-25 23:23:23 +00:00
mem.c * arm_byte_to_page() -> arm_btop() 2002-03-24 03:37:18 +00:00
pmap.c - pmap_remove(): unmap the PTEs *after* we have finished with the 2002-08-06 21:43:51 +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 Garbage-collect the "pagehook" stuff. 2002-03-23 19:21:58 +00:00
sys_machdep.c Rename the ARM sysarch calls from arm32* -> arm* 2002-03-30 06:23:39 +00:00
vm_machdep.c Implement pmc(9) -- An interface to hardware performance monitoring 2002-08-07 05:14:47 +00:00