nuttx/arch/arm/src/armv7-a
Xiang Xiao 5efa93ec26 arch/Toolchain.defs: Change all ARCROSSDEV to CROSSDEV
ARCROSSDEV always equals to CROSSDEV, so it is no reason to keep ARCROSSDEV.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-07-20 23:50:59 -07:00
..
addrenv.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
arm_addrenv_kstack.c Fix some nxstyle complaints in arm addrenv 2020-03-10 03:55:25 -05:00
arm_addrenv_shm.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00
arm_addrenv_ustack.c Fix some nxstyle complaints in arm addrenv 2020-03-10 03:55:25 -05:00
arm_addrenv_utils.c Fix some nxstyle complaints in arm addrenv 2020-03-10 03:55:25 -05:00
arm_addrenv.c Fix typos in comments and documentation. 2020-03-16 20:01:11 -06:00
arm_allocpage.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_assert.c arch: up_assert shouldn't call exit directly 2020-07-19 01:21:36 +01:00
arm_blocktask.c sched/sched/sched.h: Make naming of all internal names consistent: 2020-05-09 16:58:42 -03:00
arm_cache.c Fix typo in last commit found in build testing. 2019-03-19 13:26:46 -06:00
arm_checkmapping.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_copyarmstate.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_copyfullstate.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_cpuhead.S arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_cpuidlestack.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_cpuindex.c ARM: Remove some obsolete and incorrect conditional compilation 2016-03-11 12:42:58 -06:00
arm_cpupause.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
arm_cpustart.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
arm_dataabort.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_doirq.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_fetchadd.S Some ommissions from previous commit. 2018-02-04 12:36:51 -06:00
arm_fpuconfig.S arch/arm/src/armv7-a: Guard some assembly files if configuration not selected. 2019-03-19 11:15:21 -06:00
arm_fullcontextrestore.S arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_gicv2_dump.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_gicv2.c arm/gic: Don't pirnt log in arm_decodeirq 2020-05-13 06:33:56 -06:00
arm_head.S arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_initialstate.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_l2cc_pl310.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_mmu.c arm/armv7-a: Add mmu_l1_map_regions() to remove the code duplication. 2019-03-19 11:30:37 -06:00
arm_pgalloc.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00
arm_pghead.S arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_pginitialize.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_physpgaddr.c arch/: Unify the cache interface for all architectures 2019-03-19 10:37:13 -06:00
arm_prefetchabort.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_releasepending.c sched/sched/sched.h: Make naming of all internal names consistent: 2020-05-09 16:58:42 -03:00
arm_reprioritizertr.c sched/sched/sched.h: Make naming of all internal names consistent: 2020-05-09 16:58:42 -03:00
arm_restorefpu.S arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_savefpu.S arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_saveusercontext.S arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_schedulesigaction.c arch/arm: Rename up_savestate and up_restorestate 2020-05-02 18:35:30 -03:00
arm_scu.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_sigdeliver.c Completes the Implementation of the TLS-based errno 2020-05-07 23:11:34 +01:00
arm_signal_dispatch.c Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00
arm_syscall.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
arm_testset.S armv7-a, armv7-r, armv7-m: Add atomic read-add-write and read-subtract-write functions. 2018-02-04 12:22:03 -06:00
arm_unblocktask.c sched/sched/sched.h: Make naming of all internal names consistent: 2020-05-09 16:58:42 -03:00
arm_undefinedinsn.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_va2pte.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_vectoraddrexcptn.S arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_vectors.S arch/arm/src/armv7-a/arm_vectors.S: Fix clobbered register in SMP mode. 2020-02-12 16:49:32 +01:00
arm_vectortab.S Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
arm_virtpgaddr.c SMP: Clean CPU0 D-Cache before starting new CPU; Invalidate D-Cache when new CPU started. 2016-05-20 12:39:02 -06:00
arm.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
barriers.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
cp15_cacheops.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
cp15_clean_dcache.S ARMv7-A: Update some co-processor register naming 2015-12-14 13:04:03 -06:00
cp15_coherent_dcache.S ARMv7-A: Update some co-processor register naming 2015-12-14 13:04:03 -06:00
cp15_flush_dcache.S arch/arm/src/armv7-a: Replicate the same fix was previously commited for the armv7-r. 2018-09-20 21:40:29 -06:00
cp15_invalidate_dcache_all.S Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
cp15_invalidate_dcache.S ARMv7-A: Update some co-processor register naming 2015-12-14 13:04:03 -06:00
cp15.h ARMv7-A: Update some co-processor register naming 2015-12-14 13:04:03 -06:00
crt0.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
fpu.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
gic.h arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
gtm.h Make sure that labeling is used consistently in all function headers (part 3). 2018-02-01 12:17:03 -06:00
Kconfig build: Replace WINTOOL with CYGWIN_WINTOOL Kconfig 2020-05-18 15:02:55 -06:00
l2cc_pl310.h arch/arm/src/armv7-a/arm_l2cc_pl310.c, l2cc.h, l2cc_pl310.h, Kconfig: Add initiali support for the ARM L2CC-PL310 L2 cache. 2014-07-26 16:50:08 -06:00
l2cc.h arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
mmu.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
mpcore.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
pgalloc.h Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
sctlr.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
scu.h ARMv7-A: Fix some SCU SMP logic 2016-11-26 18:41:48 -06:00
smp.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
svcall.h arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
Toolchain.defs arch/Toolchain.defs: Change all ARCROSSDEV to CROSSDEV 2020-07-20 23:50:59 -07:00
vfork.S sched/: Make more naming consistent 2020-05-16 13:39:03 -03:00