..
arm32_machdep.c
When creating section maps, use pte_cache_mode for setting the
2001-10-27 16:51:44 +00:00
ast.c
Move arm32/arm32/ast.c to arm/arm32/ast.c
2001-03-06 07:52:35 +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
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
bus_dma.c
Fix warning errors for printing size_t types when compiling with
2001-09-12 09:41:50 +00:00
conf.c
Add the IFPGA console device.
2001-10-27 16:29:23 +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
Const poisoning of cpu/class names.
2001-11-06 20:39:13 +00:00
cpuswitch.S
Give the idle loop a non-profiled entry, means it appears in profile info correctly (rather than all it's time being under remrunqueue)
2001-11-19 20:38:58 +00:00
db_interface.c
Add some rudimentary support for ELF symbols in DDB on the ARM ports.
2001-11-09 07:21:37 +00:00
db_machdep.c
Don't compile SPL/INTR stuff if NEWINTR is defined.
2001-09-05 17:08:41 +00:00
db_trace.c
Don't define pcb_* register macros.
2001-09-09 10:33:42 +00:00
exception.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
fault.c
Print the fault PC for non-USR Prefetch Aborts.
2001-11-09 19:04:23 +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
Don't define pcb_* register macros.
2001-09-09 10:33:42 +00:00
intr.c
Pull in machine/conf.h to find out if we have the plcom serial driver.
2001-10-27 16:34:12 +00:00
locore.S
finish moving common arm32 bits out into arm/arm32.
2001-07-28 15:08:10 +00:00
mem.c
Update pmap_update to now take the updated pmap as an argument.
2001-09-10 21:19:08 +00:00
pmap.c
Implement pmap_update(). Currently it just calls cpu_cpwait(),
2001-11-19 18:41:32 +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
Tweak spl functions a little, try to do something between an ldr and it's use. Not the greatest of gains but spl is called a lot it might add up.
2001-09-28 10:01:02 +00:00
stubs.c
Set initial spl level to SPL_SERIAL, which for some strange reason
2001-10-27 16:41:00 +00:00
sys_machdep.c
syscall.c
vm_machdep.c
Give the idle loop a non-profiled entry, means it appears in profile info correctly (rather than all it's time being under remrunqueue)
2001-11-19 20:38:58 +00:00