.. |
arm32_machdep.c
|
Update pmap_update to now take the updated pmap as an argument.
|
2001-09-10 21:19:08 +00:00 |
ast.c
|
|
|
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 missing devices (IOP,MLX,MLY,LD), PCI, stub AGP, ...
|
2001-09-16 17:40:40 +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 extra arg to fpa_test as it should have 4 args. Also add prototypes for fpa_test and fpa_handler.
|
2001-09-28 09:53:41 +00:00 |
cpuswitch.S
|
Fix .type which uses wrong symbol name.
|
2001-09-16 17:38:08 +00:00 |
db_interface.c
|
A couple of tidy ups to pmap:
|
2001-07-28 18:12:43 +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
|
|
|
fault.c
|
Change <machine/irqhandler.h> to <machine/intr.h> since the latter always
|
2001-09-05 16:17:35 +00:00 |
fusu.S
|
|
|
genassym.cf
|
Don't define pcb_* register macros.
|
2001-09-09 10:33:42 +00:00 |
intr.c
|
Change <machine/irqhandler.h> to <machine/intr.h> since the latter always
|
2001-09-05 16:17:35 +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
|
Add a couple of simplelocks to make sure we call pagealloc with the uvm_object locked. Found while running a LOCKDEBUG kernel on cats.
|
2001-09-29 09:39:12 +00:00 |
setcpsr.S
|
|
|
setstack.S
|
|
|
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
|
Don't compile SPL/INTR stuff if NEWINTR is defined.
|
2001-09-05 17:08:41 +00:00 |
sys_machdep.c
|
|
|
syscall.c
|
|
|
vm_machdep.c
|
Fix bug in vmapbuf, was using len before it had been adjusted. Found by Frank while Luke was tracking down a bug.
|
2001-09-20 23:32:23 +00:00 |