.. |
arm32_machdep.c
|
No need to pull in <machine/pte.h> directly.
|
2001-11-23 17:23:40 +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
|
Don't include <machine/psl.h> directly.
|
2001-11-26 20:49:04 +00:00 |
conf.c
|
Add clockctl device.
|
2001-12-11 00:34:50 +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
|
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
|
Don't grovel interrupt-related info here; if a platform wants to
|
2001-11-28 00:19:53 +00:00 |
db_machdep.c
|
Don't grovel interrupt-related info here; if a platform wants to
|
2001-11-28 00:19:53 +00:00 |
db_trace.c
|
Don't define pcb_* register macros.
|
2001-09-09 10:33:42 +00:00 |
exception.S
|
* Share a common vector page between arm26 and arm32.
|
2001-12-20 01:20:21 +00:00 |
fault.c
|
No need to pull in <machine/pte.h> directly.
|
2001-11-23 17:23:40 +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
|
* Share a common vector page between arm26 and arm32.
|
2001-12-20 01:20:21 +00:00 |
intr.c
|
Merge ast() and userret() between arm32 and arm26. The implementation used
|
2001-12-21 22:56:16 +00:00 |
locore.S
|
* Share a common vector page between arm26 and arm32.
|
2001-12-20 01:20:21 +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
|
Add cpu_cpwait() calls after TLB updates that are not expected to
|
2001-11-22 18:24:43 +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
|
Move interrupt-related stuff out of stubs.c into intr.c.
|
2001-11-26 23:19:04 +00:00 |
sys_machdep.c
|
|
|
syscall.c
|
Kill <machine/katelib.h>. Any place that still uses it should just
|
2001-11-22 18:34:30 +00:00 |
vm_machdep.c
|
Provide a hook for platform-specific interrupt code to specify
|
2001-11-29 17:12:22 +00:00 |