.. |
autoconf.c
|
|
|
bcopy_page.S
|
Do not use __XSCALE__ to detect if pld/strd/ldrd is available, use
|
2007-10-13 12:05:03 +00:00 |
bcopyinout_xscale.S
|
In copyout(), quad-align the source buffer, and use ldrd if possible.
|
2005-12-09 15:31:02 +00:00 |
bcopyinout.S
|
Do not use __XSCALE__ to detect if pld/strd/ldrd is available, use
|
2007-10-13 12:05:03 +00:00 |
blockio.S
|
|
|
bootconfig.c
|
|
|
bus_space_asm_generic.S
|
|
|
bus_space_generic.c
|
Now really add the bus_space_generic.c file...
|
2008-04-03 18:28:34 +00:00 |
busdma_machdep.c
|
- Get rid of unused variable in KTR checks. This allows ktr(4) enabled
|
2008-11-30 22:58:27 +00:00 |
copystr.S
|
|
|
cpufunc_asm_arm7tdmi.S
|
|
|
cpufunc_asm_arm8.S
|
|
|
cpufunc_asm_arm9.S
|
Fix a comment
|
2007-03-21 07:49:56 +00:00 |
cpufunc_asm_arm10.S
|
|
|
cpufunc_asm_arm11.S
|
Merge support from p4 (from NetBSD) for arm9e and arm10, arm11 cores. Not
|
2007-10-18 05:33:06 +00:00 |
cpufunc_asm_armv4.S
|
|
|
cpufunc_asm_armv5_ec.S
|
Merge support from p4 (from NetBSD) for arm9e and arm10, arm11 cores. Not
|
2007-10-18 05:33:06 +00:00 |
cpufunc_asm_armv5.S
|
Merge support from p4 (from NetBSD) for arm9e and arm10, arm11 cores. Not
|
2007-10-18 05:33:06 +00:00 |
cpufunc_asm_feroceon.S
|
Introduce low-level support for new Marvell core CPUs: 88FR131, 88FR571.
|
2008-10-13 18:16:54 +00:00 |
cpufunc_asm_ixp12x0.S
|
|
|
cpufunc_asm_sa1.S
|
|
|
cpufunc_asm_sa11x0.S
|
|
|
cpufunc_asm_xscale_c3.S
|
Import xscale core 3 cache management functions.
|
2007-07-27 14:28:15 +00:00 |
cpufunc_asm_xscale.S
|
|
|
cpufunc_asm.S
|
|
|
cpufunc.c
|
Introduce low-level support for new Marvell core CPUs: 88FR131, 88FR571.
|
2008-10-13 18:16:54 +00:00 |
db_disasm.c
|
|
|
db_interface.c
|
Add "add pc, whatever" as a branch instruction, we use it in memcpy().
|
2008-08-03 15:35:32 +00:00 |
db_trace.c
|
Break out stack(9) from ddb(4):
|
2007-12-02 20:40:35 +00:00 |
disassem.c
|
|
|
dump_machdep.c
|
Support kernel crash mini dumps on ARM architecture.
|
2008-11-06 16:20:27 +00:00 |
elf_machdep.c
|
Add sv_flags field to struct sysentvec with intention to provide description
|
2008-11-22 12:36:15 +00:00 |
elf_trampoline.c
|
Introduce basic support for Marvell families of system-on-chip ARM devices:
|
2008-10-13 20:07:13 +00:00 |
exception.S
|
Remove some long-dead code
|
2008-04-08 10:24:42 +00:00 |
fiq_subr.S
|
|
|
fiq.c
|
|
|
fusu.S
|
o Add keyword volatile for user mutex owner field.
|
2006-10-17 02:24:47 +00:00 |
gdb_machdep.c
|
Add remote GDB bits for arm.
|
2006-07-14 00:50:51 +00:00 |
genassym.c
|
Provide L2 cache synchronization (write back + invalidation) on ARM.
|
2008-10-13 18:59:59 +00:00 |
identcpu.c
|
Introduce low-level support for new Marvell core CPUs: 88FR131, 88FR571.
|
2008-10-13 18:16:54 +00:00 |
in_cksum_arm.S
|
Do not use __XSCALE__ to detect if pld/strd/ldrd is available, use
|
2007-10-13 12:05:03 +00:00 |
in_cksum.c
|
Make sure we use REDUCE32 on the result of do_cksum(), as in_cksum_skip()
|
2006-07-18 00:07:05 +00:00 |
inckern.S
|
MFp4:
|
2006-06-12 22:58:50 +00:00 |
intr.c
|
ARM interrupts improvements.
|
2008-09-11 12:36:13 +00:00 |
irq_dispatch.S
|
|
|
locore.S
|
Initial support of loader(8) for ARM machines running U-Boot.
|
2008-10-14 10:11:14 +00:00 |
machdep.c
|
- Add an integer argument to idle to indicate how likely we are to wake
|
2008-04-25 05:18:50 +00:00 |
mem.c
|
Replace all calls to minor() with dev2unit().
|
2008-09-27 08:51:18 +00:00 |
minidump_machdep.c
|
Support kernel crash mini dumps on ARM architecture.
|
2008-11-06 16:20:27 +00:00 |
nexus.c
|
ARM nexus style(9) improvements.
|
2008-09-11 12:39:54 +00:00 |
pmap.c
|
ARM pmap style(9) and cosmetics.
|
2008-11-06 16:28:28 +00:00 |
setcpsr.S
|
|
|
setstack.s
|
|
|
stack_machdep.c
|
Break out stack(9) from ddb(4):
|
2007-12-02 20:40:35 +00:00 |
support.S
|
Back when I committed the arm port, I've been asked to move
|
2008-01-12 21:11:43 +00:00 |
swtch.S
|
Eliminate flushing of L2 cache in ARM context switch routines.
|
2008-10-16 19:06:24 +00:00 |
sys_machdep.c
|
style(9) cleanup.
|
2007-02-14 01:25:41 +00:00 |
trap.c
|
Remove kernel support for M:N threading.
|
2008-03-12 10:12:01 +00:00 |
uio_machdep.c
|
MFi386:
|
2008-03-06 22:27:35 +00:00 |
undefined.c
|
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
|
2008-10-23 15:53:51 +00:00 |
vectors.S
|
|
|
vm_machdep.c
|
Fix ARM nocache allocator:
|
2008-08-04 14:47:49 +00:00 |