nuttx/arch/arm/src/armv7-a
2019-11-28 11:57:54 -06:00
..
addrenv.h
arm_addrenv_kstack.c
arm_addrenv_shm.c arch/: Unify the cache interface for all architectures 2019-03-19 10:37:13 -06:00
arm_addrenv_ustack.c
arm_addrenv_utils.c arch/arm/src/armv7-a/arm_addrenv_utils.c: Fix double increment in armv7-a's arm_addrenv_destroy_region(). 2019-09-08 07:04:37 -06:00
arm_addrenv.c Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
arm_allocpage.c Fix some typos. Mostly inital->initial. 2019-09-27 06:32:32 -06:00
arm_assert.c arch/xxx/src/xxx/up_assert.c: Dump CPU0 IDLE stack only when PID equals 0. IDLE threads of other CPUs do not need this special check 2019-01-26 10:59:23 -06:00
arm_blocktask.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
arm_cache.c Fix typo in last commit found in build testing. 2019-03-19 13:26:46 -06:00
arm_checkmapping.c
arm_copyarmstate.c
arm_copyfullstate.c
arm_cpuhead.S arch/arm/src/armv7-a: Guard some assembly files if configuration not selected. 2019-03-19 11:15:21 -06:00
arm_cpuidlestack.c
arm_cpuindex.c
arm_cpupause.c
arm_cpustart.c
arm_dataabort.c
arm_doirq.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
arm_fetchadd.S
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/armv7-a: Support thumb mode and fix interworking issue. 2019-03-19 11:10:41 -06:00
arm_gicv2_dump.c
arm_gicv2.c arch/arm/src/armv7-a/arm_gicv2.c: Don't use GIC_ICDDCR_ENABLEGRP1 for NONSECURE since this bit doesn't exist in this mode. 2019-03-19 11:20:45 -06:00
arm_head.S arch/arm/src/armv7-a: Fix typo and missing quotation for armv7-a. 2019-09-08 07:01:57 -06:00
arm_initialstate.c arch/arm/armv7-a: Support thumb mode and fix interworking issue. 2019-03-19 11:10:41 -06:00
arm_l2cc_pl310.c
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 arch/arm/src/armv7-a/arm_pgalloc.c: Fix L2 page table mask for armv7-a. 2019-09-08 07:06:00 -06:00
arm_pghead.S arch/arm/src/armv7-a: Fix typo and missing quotation for armv7-a. 2019-09-08 07:01:57 -06:00
arm_pginitialize.c
arm_physpgaddr.c arch/: Unify the cache interface for all architectures 2019-03-19 10:37:13 -06:00
arm_prefetchabort.c
arm_releasepending.c
arm_reprioritizertr.c Replace non critical PANIC with DEBUGPANIC to save the code space 2018-08-24 06:21:15 -06:00
arm_restorefpu.S
arm_savefpu.S
arm_saveusercontext.S arch/arm/src/armv7-a: Remove inclusion pg_macros.h for armv7-a since this header file does not exist. 2019-03-19 11:13:27 -06:00
arm_schedulesigaction.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
arm_scu.c arch/arm/src/armv7-a/arm_scu.c: Another place where universal cached control change bork a compile due to missing ARM_DSB() definition. 2019-03-19 16:56:04 -06:00
arm_sigdeliver.c armv7-a and xtensa: Apply Masayuki Ishakawa's change of cef90a3865 to these these other SMP architectures as well. 2019-10-04 07:17:35 -06:00
arm_signal_dispatch.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
arm_syscall.c Revert "include/nuttx/sched.h: Add storage for a previous signal mask. arch/: In all syscall implementations, block all signals before dispatching a system call; resotre signal mask when the system call returns." 2019-11-28 11:57:54 -06:00
arm_testset.S
arm_unblocktask.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
arm_undefinedinsn.c
arm_va2pte.c arch/arm/src/armv7-a: Remove inclusion pg_macros.h for armv7-a since this header file does not exist. 2019-03-19 11:13:27 -06:00
arm_vectoraddrexcptn.S
arm_vectors.S Remove trailing spaces at the end of lines. 2018-08-13 07:39:38 -06:00
arm_vectortab.S
arm_vfork.S This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit(). 2019-02-04 13:42:51 -06:00
arm_virtpgaddr.c
arm.h
barriers.h ARMv7-A/R: Add barriers.h header file for consistency with ARMv7-M. 2019-03-19 13:20:23 -06:00
cp15_cacheops.h arch/: Unify the cache interface for all architectures 2019-03-19 10:37:13 -06:00
cp15_clean_dcache.S
cp15_coherent_dcache.S
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
cp15_invalidate_dcache.S
cp15.h
crt0.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
fpu.h
gic.h arch/arm/src/armv7-a: Fix assemble error when including gic.h 2019-03-19 11:19:09 -06:00
gtm.h
Kconfig
l2cc_pl310.h
l2cc.h
mmu.h arch/arm: Add the initial cortex-a7 archtiecture support 2019-03-19 11:51:29 -06:00
mpcore.h arch/arm: Add the initial cortex-a7 archtiecture support 2019-03-19 11:51:29 -06:00
pgalloc.h
sctlr.h Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere. 2019-09-11 08:56:56 -06:00
scu.h
smp.h
svcall.h
Toolchain.defs arch/arm/src/armv7-a/Toolchain.defs: Fix 'cc1: warning: switch -mcpu=cortex-a7 conflicts with -march=armv7-a switch' 2019-03-26 21:40:25 -06:00