Lines Matching +full:arm +full:- +full:gcc
5 * SPDX-License-Identifier: MIT
30 /*-----------------------------------------------------------
31 * Components that can be compiled to either ARM or THUMB mode are
33 * to ARM mode, are contained in this file.
34 *----------------------------------------------------------*/
48 /*-----------------------------------------------------------*/
54 * The scheduler can only be started from ARM mode, hence the inclusion of this
58 /*-----------------------------------------------------------*/
63 * called from ARM mode. */ in vPortISRStartFirstTask()
66 /*-----------------------------------------------------------*/
92 /*-----------------------------------------------------------*/
142 /*-----------------------------------------------------------*/
145 * The interrupt management utilities can only be called from ARM mode. When
147 * ensure a switch to ARM mode. When THUMB_INTERWORK is not defined then
148 * the utilities are defined as macros in portmacro.h - as per other ports.
179 /* The code generated by the GCC compiler uses the stack in different ways at
204 ulCriticalNesting--; in vPortExitCritical()
207 * re-enabled. */ in vPortExitCritical()