nuttx/arch/arm/src/armv7-a
2018-12-18 17:45:46 -06:00
..
addrenv.h
arm_addrenv_kstack.c
arm_addrenv_shm.c
arm_addrenv_ustack.c
arm_addrenv_utils.c
arm_addrenv.c
arm_allocpage.c
arm_assert.c arch/assertion logic: Fix additional places where the test for an IDLE task is incorrect. It is not invalid in all configurations to check for PID==0. However, the logic fixed in these places lackes sufficient intelligence to find the right stack for the CPU IDLE thread and could still show the wrong stack. 2018-12-18 17:45:46 -06:00
arm_blocktask.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
arm_checkmapping.c
arm_coherent_dcache.c
arm_copyarmstate.c
arm_copyfullstate.c
arm_cpuhead.S Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -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_cpupause.c
arm_cpustart.c
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
arm_fullcontextrestore.S Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
arm_gicv2_dump.c
arm_gicv2.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
arm_head.S
arm_initialstate.c
arm_l2cc_pl310.c
arm_mmu.c
arm_pgalloc.c
arm_pghead.S
arm_pginitialize.c
arm_physpgaddr.c
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
arm_savefpu.S
arm_saveusercontext.S
arm_schedulesigaction.c arch/: Relasted to last big change to force interrupts to be disabled. In the SMP case, we still must call leave_critical_section() at least once in order to compensate for the fact that the irqcount was incremented in up_schedsigaction(). 2018-06-06 17:04:12 -06:00
arm_scu.c
arm_sigdeliver.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -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
arm_va2pte.c
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 Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
arm_virtpgaddr.c
arm.h
cache.h
cp15_cacheops.h
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 Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
fpu.h
gic.h Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -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
l2cc_pl310.h
l2cc.h
mmu.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
mpcore.h
pgalloc.h
sctlr.h
scu.h
smp.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
svcall.h
Toolchain.defs