nuttx/arch/arm/src/armv7-a
2019-03-20 08:17:38 -06:00
..
addrenv.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
arm_addrenv_kstack.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
arm_addrenv_shm.c arch/: Unify the cache interface for all architectures 2019-03-19 10:37:13 -06:00
arm_addrenv_ustack.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
arm_addrenv_utils.c arch/: Unify the cache interface for all architectures 2019-03-19 10:37:13 -06:00
arm_addrenv.c arch/: Unify the cache interface for all architectures 2019-03-19 10:37:13 -06:00
arm_allocpage.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_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 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_copyarmstate.c ARMv7-A/M: Cosmetic changes 2015-12-14 11:56:39 -06:00
arm_copyfullstate.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_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 Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
arm_cpuindex.c ARM: Remove some obsolete and incorrect conditional compilation 2016-03-11 12:42:58 -06:00
arm_cpupause.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
arm_cpustart.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
arm_dataabort.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
arm_doirq.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06: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/armv7-a: Support thumb mode and fix interworking issue. 2019-03-19 11:10:41 -06:00
arm_gicv2_dump.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
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/arm_head.S: add weak attribute to arm_data_initialize so platform could provide the new implemenation as needed. 2019-03-19 11:16:52 -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 armv7-a/armv6-m/arm/a1x: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 16:44:50 -06: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 arch/: Unify the cache interface for all architectures 2019-03-19 10:37:13 -06:00
arm_pghead.S arch/arm/src/armv7-a/arm_head.S: add weak attribute to arm_data_initialize so platform could provide the new implemenation as needed. 2019-03-19 11:16:52 -06:00
arm_pginitialize.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_physpgaddr.c arch/: Unify the cache interface for all architectures 2019-03-19 10:37:13 -06:00
arm_prefetchabort.c Make sure that labeling is used consistently in all function headers (part 2). 2018-02-01 12:03:55 -06:00
arm_releasepending.c sched/ and arch/arm/src/armv7-a: Replace a few more occurrences of this_task() with current_task(cpu) in an effort to get the i.MX6 working in SMP mode again. It does not yet work, sadly. 2018-02-06 11:17:33 -06:00
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 Cosmetic changes from review of last PR 2016-04-18 06:50:45 -06:00
arm_savefpu.S Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
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 arch/arm/armv7-a: Support thumb mode and fix interworking issue. 2019-03-19 11:10:41 -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 arch/: Fix an interlock that was broken by commit 641a98a434 in all implementations of up_sigdeliver. 2019-02-03 17:14:32 -06:00
arm_signal_dispatch.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
arm_syscall.c arm syscalls: svcall/sycall logic needs to get the ucontext argument from R4 instead of stack since all syscall parameters pass from registers in syscall.h 2018-08-24 07:11:18 -06: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 Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
arm_undefinedinsn.c Add underscore at beginning of alert() as well 2016-06-16 12:38:05 -06:00
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 Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
arm_vectors.S Remove trailing spaces at the end of lines. 2018-08-13 07:39:38 -06:00
arm_vectortab.S Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
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 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 ARMv7-A: Add GIC register definition header file 2016-02-29 18:13:51 -06:00
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 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 Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
fpu.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
gic.h arch/arm/src/armv7-a: Fix assemble error when including gic.h 2019-03-19 11:19:09 -06: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 Remove CONFIG_ARM_TOOLCHAIN_GNU; replace with CONFIG_ARCH_TOOLCHAIN_GNU 2017-05-13 13:28:15 -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 ARMv7-A: Cosmetic changes 2015-12-14 08:42:39 -06:00
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 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 arch/arm/src/armv7-a/sctlr.h: Add SCR bit definitions. 2019-03-19 11:22:44 -06:00
scu.h ARMv7-A: Fix some SCU SMP logic 2016-11-26 18:41:48 -06:00
smp.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
svcall.h ARMv7-A/M: Cosmetic changes 2015-12-14 11:56:39 -06:00
Toolchain.defs arch/arm/src/armv7-a/Toolchain.defs: Correct conditional logic. Was mixing C preprocess and Makefile semantics. 2019-03-20 08:17:38 -06:00