nuttx/arch/arm/src/armv7-a
2015-11-01 09:09:36 -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 Initial integration of kernel stack (does not work) 2014-09-14 11:19:34 -06:00
arm_addrenv_shm.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -06:00
arm_addrenv_ustack.c Add logic necessary to handler remapping of shared memory on contex switches 2014-09-23 13:19:30 -06:00
arm_addrenv_utils.c This completes the implementation of shared memory support 2014-09-24 09:27:17 -06:00
arm_addrenv.c Add logic necessary to handler remapping of shared memory on contex switches 2014-09-23 13:19:30 -06:00
arm_allocpage.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -06:00
arm_assert.c Rename board_led_off to board_autoled_off 2015-11-01 09:09:36 -06:00
arm_blocktask.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -06:00
arm_checkmapping.c
arm_coherent_dcache.c up_coherent_dcache should do nothing the the length is zero 2014-08-26 14:51:53 -06:00
arm_copyarmstate.c arch/arm/src/up_iternal.h and several ARM Make.defs files: In the original implementation, NOT defined(CONFIG_ARMV7M_CMNVECTOR) was a sufficient test to determine if lazy floating point register saving was being used. But recents changes added common lazy register as well so now that test must be (NOT defined(CONFIG_ARMV7M_CMNVECTOR) || defined(CONFIG_ARMV7M_LAZYFPU)). 2015-08-31 08:40:02 -06:00
arm_copyfullstate.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
arm_dataabort.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -06:00
arm_doirq.c Rename board_led_off to board_autoled_off 2015-11-01 09:09:36 -06:00
arm_elf.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -06:00
arm_fpuconfig.S Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
arm_fullcontextrestore.S Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
arm_head.S Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
arm_initialstate.c All tasks, even user mode tasks, must start in supervisor mode until they get past the start-up trampoline 2014-09-11 18:42:52 -06:00
arm_l2cc_pl310.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -06:00
arm_memcpy.S Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
arm_mmu.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -06:00
arm_pgalloc.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
arm_pghead.S Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
arm_pginitialize.c
arm_physpgaddr.c Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.c 2014-09-16 13:29:43 -06:00
arm_prefetchabort.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -06:00
arm_releasepending.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -06:00
arm_reprioritizertr.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
arm_restorefpu.S Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -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 Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
arm_schedulesigaction.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -06:00
arm_sigdeliver.c Rename board_led_off to board_autoled_off 2015-11-01 09:09:36 -06:00
arm_signal_dispatch.c Move common/up_signal_dispatch.c to armv6-m, armv7-m, and armv7-a. The armv7-a version needs to be different to handle the case where we are dispatch kernel mode signals when running under a user mode group 2014-09-16 13:35:29 -06:00
arm_syscall.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -06:00
arm_unblocktask.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -06:00
arm_undefinedinsn.c Update everything under nuttx/arch to use the corrected syslog interfaces 2014-10-08 12:48:47 -06:00
arm_va2pte.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -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 Fix logic for returning from exceptions to user-mode contexts 2014-09-11 18:43:30 -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 More trailing whilespace removal 2014-04-13 16:22:22 -06:00
arm_virtpgaddr.c Costmetic fixes to C coding style 2015-10-05 17:13:53 -06:00
arm.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
cache.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
cp15_cacheops.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
cp15_clean_dcache.S Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
cp15_coherent_dcache.S Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
cp15_flush_dcache.S Make some file section headers more consistent with standard 2015-04-08 08:04:12 -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 Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
cp15.h Trivial updates to comments and README files 2013-12-16 11:13:55 -06:00
crt0.c ARMv7-A: Modify up_fullcontextrestore() for CONFIG_BUILD_KERNEL. It changed CPSR while in kernel. That will crash is the new CPSR is user mode while executing in kernel space. Fixed by adding a SYS_context_restore system call. There is an alternative, simpler modification to up_fullcontextrestore() that could have been done: It might have been possible to use the SPSR instead of the CPRSR and then do an exception return from up_fullcontextrestore(). That would be more efficient, but I never tried it. 2014-09-12 08:04:27 -06:00
fpu.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -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 Standardize the width of all comment boxes in header files 2015-10-02 17:47:23 -06:00
mmu.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
pgalloc.h This completes the implementation of shared memory support 2014-09-24 09:27:17 -06:00
sctlr.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
svcall.h ARMv7-A: Modify up_fullcontextrestore() for CONFIG_BUILD_KERNEL. It changed CPSR while in kernel. That will crash is the new CPSR is user mode while executing in kernel space. Fixed by adding a SYS_context_restore system call. There is an alternative, simpler modification to up_fullcontextrestore() that could have been done: It might have been possible to use the SPSR instead of the CPRSR and then do an exception return from up_fullcontextrestore(). That would be more efficient, but I never tried it. 2014-09-12 08:04:27 -06:00
Toolchain.defs The optimization level can now be selected as part of the configuration 2014-01-24 07:45:35 -06:00