nuttx/arch/arm/src/armv7-a
2016-02-13 19:11:09 -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
arm_addrenv_shm.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
arm_addrenv_ustack.c
arm_addrenv_utils.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
arm_addrenv.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
arm_allocpage.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -06:00
arm_assert.c ARM: Replace explicit references to g_readytorun with indirect references via the macro this_task() 2016-02-06 13:41:28 -06:00
arm_blocktask.c ARM: Replace explicit references to g_readytorun with indirect references via the macro this_task() 2016-02-06 13:41:28 -06:00
arm_checkmapping.c
arm_coherent_dcache.c ARMv7-A: Cosmetic changes 2015-12-14 08:42:39 -06:00
arm_copyarmstate.c ARMv7-A/M: Cosmetic changes 2015-12-14 11:56:39 -06:00
arm_copyfullstate.c
arm_dataabort.c ARM: Replace explicit references to g_readytorun with indirect references via the macro this_task() 2016-02-06 13:41:28 -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 TMS570 is big-endian 2015-12-26 14:47:54 -06:00
arm_initialstate.c
arm_l2cc_pl310.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
arm_memcpy.S ARMv7-R: fix some issues to get a clean compilation; TMS570: Add enough logic to support a minimum build. Not much there on the initial commit 2015-12-16 09:03:14 -06:00
arm_mmu.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -06:00
arm_pgalloc.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
arm_pghead.S ARMv7-A: Cosmetic changes 2015-12-14 08:42:39 -06:00
arm_pginitialize.c
arm_physpgaddr.c
arm_prefetchabort.c ARM: Replace explicit references to g_readytorun with indirect references via the macro this_task() 2016-02-06 13:41:28 -06:00
arm_releasepending.c ARM: Replace explicit references to g_readytorun with indirect references via the macro this_task() 2016-02-06 13:41:28 -06:00
arm_reprioritizertr.c ARM: Replace explicit references to g_readytorun with indirect references via the macro this_task() 2016-02-06 13:41:28 -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 Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
arm_sigdeliver.c ARM: Replace explicit references to g_readytorun with indirect references via the macro this_task() 2016-02-06 13:41:28 -06:00
arm_signal_dispatch.c
arm_syscall.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -06:00
arm_testset.S Add spinlock support for ARMv7-M architectures 2016-02-09 13:44:22 -06:00
arm_unblocktask.c ARM: Replace explicit references to g_readytorun with indirect references via the macro this_task() 2016-02-06 13:41:28 -06:00
arm_undefinedinsn.c ARMv7-A: Cosmetic changes 2015-12-14 08:42:39 -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 TMS570: Add a little more IRQ/FIQ logic 2015-12-21 10:57:01 -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
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 Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -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 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 ARMv7-A: Update some co-processor register naming 2015-12-14 13:04:03 -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
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
l2cc.h ARMv7-A: Cosmetic changes 2015-12-14 08:42:39 -06:00
mmu.h ARMv7-A: Cosmetic changes 2015-12-14 08:42:39 -06:00
pgalloc.h
sctlr.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
svcall.h ARMv7-A/M: Cosmetic changes 2015-12-14 11:56:39 -06:00
Toolchain.defs WINTOOl should be selected only for Cygwin. MSYS and native should not have it. 2016-01-09 16:34:33 -06:00