Lines Matching +full:- +full:r

5  * SPDX-License-Identifier: MIT
33 /* *INDENT-OFF* */
37 /* *INDENT-ON* */
39 /*-----------------------------------------------------------
46 *-----------------------------------------------------------
69 /* 32-bit tick type on a 32-bit architecture, so reads of the tick count do
75 /*-----------------------------------------------------------*/
78 #define portSTACK_GROWTH ( -1 )
82 /*-----------------------------------------------------------*/
112 /*-----------------------------------------------------------*/
124 /*-----------------------------------------------------------*/
131 /*-----------------------------------------------------------*/
138 /*-----------------------------------------------------------*/
152 __asm volatile ( "clz %0, %1" : "=r" ( ucReturn ) : "r" ( ulBitmap ) : "memory" ); in ucPortCountLeadingZeros()
166 /*-----------------------------------------------------------*/
168 …HEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - ( uint32_t ) ucPortC…
172 /*-----------------------------------------------------------*/
188 /*-----------------------------------------------------------*/
196 __asm volatile ( "mrs %0, ipsr" : "=r" ( ulCurrentInterrupt )::"memory" ); in xPortIsInsideInterrupt()
210 /*-----------------------------------------------------------*/
222 : "=r" ( ulNewBASEPRI ) : "i" ( configMAX_SYSCALL_INTERRUPT_PRIORITY ) : "memory" in vPortRaiseBASEPRI()
226 /*-----------------------------------------------------------*/
239 …: "=r" ( ulOriginalBASEPRI ), "=r" ( ulNewBASEPRI ) : "i" ( configMAX_SYSCALL_INTERRUPT_PRIORITY )… in ulPortRaiseBASEPRI()
246 /*-----------------------------------------------------------*/
252 " msr basepri, %0 " ::"r" ( ulNewMaskValue ) : "memory" in vPortSetBASEPRI()
255 /*-----------------------------------------------------------*/
259 /* *INDENT-OFF* */
263 /* *INDENT-ON* */