NetBSD/sys/arch/arm32/arm32
mark da21556c35 Major overhaul.
Removed all the old code for allocation / management of level 1 page
tables.
Implemented new static / dynamic L1 page table allocation  / management
using vm_page_alloc_memory().
Fixed bug in pmap_page_index() when specifing addresses between memory
banks.
Serious cleanup up of the comments
1997-10-14 11:31:30 +00:00
..
ast.c Removed the VALIDATE_TRAPFRAME junk. 1997-10-14 09:58:14 +00:00
autoconf.c Removed unused variable pamp_debug_level. 1997-10-14 09:59:40 +00:00
bcopy_page.S Use the macros defined in asm.h for all assembly function declarations. 1997-10-14 09:54:31 +00:00
bcopyinout.S Use the macros defined in asm.h for all assembly function declarations. 1997-10-14 09:54:31 +00:00
blockio.S Use the macros defined in asm.h for all assembly function declarations. 1997-10-14 09:54:31 +00:00
conf.c Move the random device to major 52 as major 50 is already spoken for. 1997-10-14 10:02:49 +00:00
copystr.S Use the macros defined in asm.h for all assembly function declarations. 1997-10-14 09:54:31 +00:00
cpufunc.c Added ARM8 support. 1997-10-14 10:05:39 +00:00
cpufunc_asm.S Added ARM8 CPU support. 1997-10-14 10:07:34 +00:00
cpuswitch.S Remove explict profiling calls for assembly functions. 1997-10-14 10:09:46 +00:00
db_disasm.c This is now just a front end to the general purpose disassembler 1997-10-14 10:18:02 +00:00
db_interface.c Only flush specific TLB entries after modifing page table entries. 1997-10-14 10:16:39 +00:00
db_machdep.c Removed a couple of blank lines. 1997-10-14 10:11:06 +00:00
db_trace.c Stablised the trace() command. Don't try and trace things that are 1997-10-14 10:12:04 +00:00
disassem.c arm32 kernel source restructure 1997-10-14 09:35:32 +00:00
disassem.h arm32 kernel source restructure 1997-10-14 09:35:32 +00:00
disksubr.c Recognise the name Empty: as a possible valid partition in a RISCiX 1996-11-23 03:56:44 +00:00
exception.S Clean up a few label declarations. 1997-10-14 10:18:45 +00:00
fault.c Cleanup up and correctly indented lots of comments. 1997-10-14 11:19:15 +00:00
fusu.S Use the macros defined in asm.h for all assembly function declarations. 1997-10-14 09:54:31 +00:00
genassym.c Change vm_pmap reference to vm_map.pmap now we have dropped __VM_PMAP_HACK. 1997-10-06 00:47:34 +00:00
in_cksum_arm32.c Optimised version of in_cksum(). This started life as the sparc one 1997-10-14 09:32:29 +00:00
intr.c New file to handle the ARM generic software interrupts etc. in the 1997-10-14 09:31:14 +00:00
ipkdb_glue.c Use the macros defined in machine/trap.h for breakpoint information. 1997-10-14 09:57:28 +00:00
ipkdb_step.c Use the macros defined in machine/trap.h for breakpoint information. 1997-10-14 09:57:28 +00:00
locore.S Use the macros defined in asm.h for all assembly function declarations. 1997-10-14 09:54:31 +00:00
machdep.c arm32 kernel source restructure 1997-10-14 11:21:21 +00:00
mem.c Cleaned up mmmmap(). No point in trying to support mmap of /dev/kmem since 1997-07-31 23:02:24 +00:00
pmap.c Major overhaul. 1997-10-14 11:31:30 +00:00
postmortem.c Remove a load of control characters lurking in printf statements. 1997-10-14 10:26:56 +00:00
process_machdep.c Handle requests for reading and writing the FP registers when no 1997-10-14 10:25:48 +00:00
setcpsr.S Use the macros defined in asm.h for all assembly function declarations. 1997-10-14 09:54:31 +00:00
setstack.S Use the macros defined in asm.h for all assembly function declarations. 1997-10-14 09:54:31 +00:00
spl.S Use the macros defined in asm.h for all assembly function declarations. 1997-10-14 09:54:31 +00:00
strstr.c RCS Id police. 1996-03-27 22:42:08 +00:00
strtoul.c Limit valid numeric digits to between 0 and min(base, 9) inclusive so that 1997-02-18 03:12:15 +00:00
stubs.c Removed the soft interrupt code that now resides in intr.c 1997-10-14 10:22:01 +00:00
sys_machdep.c Implement arm32_drain_write_buffer sysarch() call. 1997-10-14 10:20:48 +00:00
syscall.c Removed the VALIDATE_TRAPFRAME junk. 1997-10-14 11:22:48 +00:00
undefined.c Cleaned up and indented a lot of comments. 1997-10-14 10:28:07 +00:00
vm_machdep.c Replace the DEBUG_VMMACHDEP guards with PMAP_DEBUG which is more 1997-10-14 11:23:54 +00:00