freebsd-dev/sys/arm/arm
Jeff Roberson 222d01951f - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating
vmcnts.  This can be used to abstract away pcpu details but also changes
   to use atomics for all counters now.  This means sched lock is no longer
   responsible for protecting counts in the switch routines.

Contributed by:		Attilio Rao <attilio@FreeBSD.org>
2007-05-18 07:10:50 +00:00
..
autoconf.c
bcopy_page.S
bcopyinout_xscale.S
bcopyinout.S
blockio.S
bootconfig.c
bus_space_asm_generic.S
busdma_machdep.c Fix typo: MacPPC -> ARM 2007-02-13 07:19:26 +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_armv4.S
cpufunc_asm_ixp12x0.S
cpufunc_asm_sa1.S
cpufunc_asm_sa11x0.S
cpufunc_asm_xscale.S
cpufunc_asm.S
cpufunc.c Use uma_set_align(). 2007-02-11 22:24:54 +00:00
db_disasm.c
db_interface.c Remove unused header file <machine/katelib.h> 2007-02-26 05:17:47 +00:00
db_trace.c
disassem.c
dump_machdep.c
elf_machdep.c
elf_trampoline.c Teach the kernel and the ELF trampoline how to boot from onboard flash. 2007-02-19 00:57:27 +00:00
exception.S
fiq_subr.S
fiq.c
fusu.S
gdb_machdep.c
genassym.c
identcpu.c
in_cksum_arm.S
in_cksum.c
inckern.S
intr.c o break newbus api: add a new argument of type driver_filter_t to 2007-02-23 12:19:07 +00:00
irq_dispatch.S
locore.S Erm we can't change the value of arm_memcpy if we're running from flash. 2007-02-26 02:03:48 +00:00
machdep.c - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating 2007-05-18 07:10:50 +00:00
mem.c Make sure the address is valid before mapping it. 2007-02-13 15:35:57 +00:00
nexus_io_asm.S
nexus_io.c
nexus.c o break newbus api: add a new argument of type driver_filter_t to 2007-02-23 12:19:07 +00:00
pmap.c - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating 2007-05-18 07:10:50 +00:00
setcpsr.S
setstack.s
support.S Erm we can't change the value of arm_memcpy if we're running from flash. 2007-02-26 02:03:48 +00:00
swtch.S
sys_machdep.c style(9) cleanup. 2007-02-14 01:25:41 +00:00
trap.c Remove unused header file <machine/katelib.h> 2007-02-26 05:17:47 +00:00
uio_machdep.c
undefined.c
vectors.S
vm_machdep.c