.. |
arm32_machdep.c
|
map_chunk() -> pmap_map_chunk(), and move it to pmap.c
|
2002-02-21 02:52:19 +00:00 |
bcopy_page.S
|
|
|
bcopyinout.S
|
Implement pmap_growkernel for arm32 based ports.
|
2002-03-03 11:22:58 +00:00 |
bus_dma.c
|
Overhaul bus_dmamap_sync for the ARM:
|
2002-01-25 20:57:41 +00:00 |
conf.c
|
|
|
copystr.S
|
Implement pmap_growkernel for arm32 based ports.
|
2002-03-03 11:22:58 +00:00 |
cpu.c
|
Our assembler handles FPA instructions fine, so don't use .word for them.
|
2002-02-17 20:41:02 +00:00 |
cpuswitch.S
|
Overhaul of the ARM cache code. This is mostly a simplification
|
2002-01-25 19:19:22 +00:00 |
db_interface.c
|
Overhaul of the ARM cache code. This is mostly a simplification
|
2002-01-25 19:19:22 +00:00 |
db_machdep.c
|
|
|
db_trace.c
|
|
|
exception.S
|
|
|
fault.c
|
When reporting there is no VM map for a fault, also report the
|
2002-02-22 03:24:09 +00:00 |
fusu.S
|
Remove ref to VM_MAXKERN_ADDRESS, it's not used in this file
|
2002-03-02 15:35:05 +00:00 |
genassym.cf
|
Implement pmap_growkernel for arm32 based ports.
|
2002-03-03 11:22:58 +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
|
Overhaul of the ARM cache code. This is mostly a simplification
|
2002-01-25 19:19:22 +00:00 |
mem.c
|
- Use DEV_ constants, instead of documenting the numbers!
|
2002-02-27 01:20:51 +00:00 |
pmap.c
|
Mostly style changes to stop us directly referencing tqh_first, and use TAILQ_FIRST instead. Based on rev 1.130 of the i386 pmap.c.
|
2002-03-06 10:55:21 +00:00 |
setcpsr.S
|
|
|
setstack.S
|
|
|
spl.S
|
|
|
stubs.c
|
Change type of dumpmag to u_int32_t since it is actually
|
2002-03-06 13:10:18 +00:00 |
sys_machdep.c
|
Overhaul of the ARM cache code. This is mostly a simplification
|
2002-01-25 19:19:22 +00:00 |
vm_machdep.c
|
Don't need to declare phys_map - it is declared in <uvm/uvm_extern.h>.
|
2002-03-04 02:43:22 +00:00 |