freebsd-dev/sys/arm/arm
Olivier Houchard d50cc5583f Use ENTRY_NP for alternate entry points instead of ENTRY to avoid calling
mcount twice when profiling.

Spotted out by:	bde
2006-08-30 11:44:37 +00:00
..
autoconf.c Create nexus in configure_first() instead of in configure(). This 2005-05-29 23:44:22 +00:00
bcopy_page.S Export PAGE_SIZE from genassym.c, and include assym.s in bcopy_page.S, 2005-10-06 11:26:37 +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 Unbreak for !__XSCALE__. 2005-10-23 23:09:14 +00:00
blockio.S Start all license statements with /*- 2005-01-05 21:58:49 +00:00
bootconfig.c Start all license statements with /*- 2005-01-05 21:58:49 +00:00
bus_space_asm_generic.S Start all license statements with /*- 2005-01-05 21:58:49 +00:00
busdma_machdep.c Explicitely set the "allocbuffer" field to NULL when creating a new dmamap. 2006-08-25 15:10:45 +00:00
copystr.S Start all license statements with /*- 2005-01-05 21:58:49 +00:00
cpufunc_asm_arm7tdmi.S Start all license statements with /*- 2005-01-05 21:58:49 +00:00
cpufunc_asm_arm8.S Start all license statements with /*- 2005-01-05 21:58:49 +00:00
cpufunc_asm_arm9.S MFP4: Bring in arm9 cache-related functions 2005-11-23 18:02:40 +00:00
cpufunc_asm_arm10.S Start all license statements with /*- 2005-01-05 21:58:49 +00:00
cpufunc_asm_armv4.S Start all license statements with /*- 2005-01-05 21:58:49 +00:00
cpufunc_asm_ixp12x0.S Start all license statements with /*- 2005-01-05 21:58:49 +00:00
cpufunc_asm_sa1.S Start all license statements with /*- 2005-01-05 21:58:49 +00:00
cpufunc_asm_sa11x0.S Start all license statements with /*- 2005-01-05 21:58:49 +00:00
cpufunc_asm_xscale.S Don't assume pmap_update() will cpwait for us, pmap_update will disappear soon. 2005-01-10 22:41:08 +00:00
cpufunc_asm.S Instead of using sysarch() to store-retrieve the tp, add a magic address, 2005-02-26 18:59:01 +00:00
cpufunc.c Finally bring it support for the i80219 XScale processor. 2006-08-24 23:51:28 +00:00
db_disasm.c Start all license statements with /*- 2005-01-05 21:58:49 +00:00
db_interface.c Implement db_frame() and use it to obtain the registers value. 2005-06-23 11:38:47 +00:00
db_trace.c Simplify the pager support in DDB. Allowing different db commands to 2006-07-12 21:22:44 +00:00
disassem.c Start all license statements with /*- 2005-01-05 21:58:49 +00:00
dump_machdep.c Kernel dump for arm, ripped from the ia64/amd64 version. 2005-10-03 14:05:03 +00:00
elf_machdep.c Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure 2005-12-26 21:23:57 +00:00
elf_trampoline.c Finally bring it support for the i80219 XScale processor. 2006-08-24 23:51:28 +00:00
exception.S Start all license statements with /*- 2005-01-05 21:58:49 +00:00
fiq_subr.S Start all license statements with /*- 2005-01-05 21:58:49 +00:00
fiq.c MFp4: add in making fiq's work by coping to the correct page incase we have 2005-03-16 07:56:21 +00:00
fusu.S Use ENTRY_NP for alternate entry points instead of ENTRY to avoid calling 2006-08-30 11:44:37 +00:00
gdb_machdep.c Add remote GDB bits for arm. 2006-07-14 00:50:51 +00:00
genassym.c Export PAGE_SIZE from genassym.c, and include assym.s in bcopy_page.S, 2005-10-06 11:26:37 +00:00
identcpu.c Finally bring it support for the i80219 XScale processor. 2006-08-24 23:51:28 +00:00
in_cksum_arm.S Only save the registers that are used. 2005-10-03 14:07:09 +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 Tweak how the MD code calls the fooclock() methods some. Instead of 2005-12-22 22:16:09 +00:00
irq_dispatch.S Start all license statements with /*- 2005-01-05 21:58:49 +00:00
locore.S Nitsville: the routine is called initarm, not init_arm, correct it in 2006-06-21 23:47:25 +00:00
machdep.c Display real/avail memory as per other platforms. 2006-05-15 10:40:37 +00:00
mem.c Ooops we need to include <machine/vmparam.h> to get the definition of 2006-08-15 16:43:07 +00:00
nexus_io_asm.S Start all license statements with /*- 2005-01-05 21:58:49 +00:00
nexus_io.c Start all license statements with /*- 2005-01-05 21:58:49 +00:00
nexus.c When returning a resource that we've allocated with rman_reserve_resource, 2006-04-20 04:12:02 +00:00
pmap.c Ooops m->md.pvh_attrs can't be used to know if the page is writeable, because 2006-08-28 21:43:34 +00:00
setcpsr.S Start all license statements with /*- 2005-01-05 21:58:49 +00:00
setstack.s Start all license statements with /*- 2005-01-05 21:58:49 +00:00
support.S Unbreak for !__XSCALE__. 2005-10-23 23:09:14 +00:00
swtch.S Not only disable/enable interrupts, do it for FIQs as well, when needed. 2006-04-09 20:16:47 +00:00
sys_machdep.c Implement two new sysarch for arm, ARM_GET_TP and ARM_SET_TP, to work around 2005-02-25 22:56:16 +00:00
trap.c Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is 2006-07-28 20:22:58 +00:00
uio_machdep.c Start all license statements with /*- 2005-01-05 21:58:49 +00:00
undefined.c Not only disable/enable interrupts, do it for FIQs as well, when needed. 2006-04-09 20:16:47 +00:00
vectors.S Start all license statements with /*- 2005-01-05 21:58:49 +00:00
vm_machdep.c Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it maps 2006-08-08 20:59:38 +00:00