nuttx/arch/arm/src/armv8-m
Gregory Nutt 1bab5b6813 arch/arm/: Rename up_intstack_* to arm_intstack_*
The naming standard at https://cwiki.apache.org/confluence/display/NUTTX/Naming+FAQ requires that all architecture-private functions begin with the name of the arch, not up_.

This PR addresses only these name changes for the ARM-private functions up_instack_base() and up_instack_top() which should be called arm_instack_base() and arm_instack_top().

There should be no impact of this change (other that one step toward more consistent naming).

Normal PR checks are sufficient
2020-05-03 14:48:40 -03:00
..
arm_assert.c arch/arm/: Rename up_intstack_* to arm_intstack_* 2020-05-03 14:48:40 -03:00
arm_blocktask.c arch/arm: Rename up_savestate and up_restorestate 2020-05-02 18:35:30 -03:00
arm_cache.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_copyarmstate.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_copyfullstate.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_doirq.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_exception.S arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_fetchadd.S More compliance to the naming standard. 2020-04-26 14:12:47 -03:00
arm_fpu.S arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_fullcontextrestore.S More compliance to the naming standard. 2020-04-26 14:12:47 -03:00
arm_hardfault.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_initialstate.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_itm_syslog.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_itm.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_lazyexception.S arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_memfault.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_mpu.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_ramvec_attach.c More compliance to the naming standard. 2020-04-26 14:12:47 -03:00
arm_ramvec_initialize.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_releasepending.c arch/arm: Rename up_savestate and up_restorestate 2020-05-02 18:35:30 -03:00
arm_reprioritizertr.c arch/arm: Rename up_savestate and up_restorestate 2020-05-02 18:35:30 -03:00
arm_saveusercontext.S More compliance to the naming standard. 2020-04-26 14:12:47 -03:00
arm_schedulesigaction.c arch/arm: Rename up_savestate and up_restorestate 2020-05-02 18:35:30 -03:00
arm_setjmp.S More compliance to the naming standard. 2020-04-26 14:12:47 -03:00
arm_sigdeliver.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_signal_dispatch.c arch/arm: Rename all up_*.S files to arm_*.S 2020-05-01 11:29:11 -03:00
arm_signal_handler.S More compliance to the naming standard. 2020-04-26 14:12:47 -03:00
arm_stackcheck.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_svcall.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm_switchcontext.S More compliance to the naming standard. 2020-04-26 14:12:47 -03:00
arm_systemreset.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_systick.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_testset.S More compliance to the naming standard. 2020-04-26 14:12:47 -03:00
arm_trigger_irq.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
arm_unblocktask.c arch/arm: Rename up_savestate and up_restorestate 2020-05-02 18:35:30 -03:00
arm_vectors.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
barriers.h
dwt.h Mea Culpa. Fix nxstyle problems from PR879 2020-04-26 11:56:15 -03:00
etm.h Mea Culpa. Fix nxstyle problems from PR879 2020-04-26 11:56:15 -03:00
exc_return.h
fpb.h Mea Culpa. Fix nxstyle problems from PR879 2020-04-26 11:56:15 -03:00
itm_syslog.h Mea Culpa. Fix nxstyle problems from PR879 2020-04-26 11:56:15 -03:00
itm.h Mea Culpa. Fix nxstyle problems from PR879 2020-04-26 11:56:15 -03:00
Kconfig
mpu.h arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nvic.h Mea Culpa. Fix nxstyle problems from PR879 2020-04-26 11:56:15 -03:00
psr.h
ram_vectors.h arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
svcall.h More compliance to the naming standard. 2020-04-26 14:12:47 -03:00
systick.h
Toolchain.defs
tpi.h
vfork.S arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00