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 *----------------------------------------------------------*/
41 + The functions are now also the same for both ARM and THUMB modes.
66 /*-----------------------------------------------------------*/
72 * The scheduler can only be started from ARM mode, hence the inclusion of this
76 /*-----------------------------------------------------------*/
81 * called from ARM mode. */ in vPortISRStartFirstTask()
84 /*-----------------------------------------------------------*/
110 /*-----------------------------------------------------------*/
139 /*-----------------------------------------------------------*/
142 * The interrupt management utilities can only be called from ARM mode. When
144 * ensure a switch to ARM mode. When THUMB_INTERWORK is not defined then
145 * the utilities are defined as macros in portmacro.h - as per other ports.
176 /* The code generated by the GCC compiler uses the stack in different ways at
201 ulCriticalNesting--; in vPortExitCritical()
204 * re-enabled. */ in vPortExitCritical()