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
78 /*-----------------------------------------------------------*/
81 #define portSTACK_GROWTH ( -1 )
85 /*-----------------------------------------------------------*/
115 /*-----------------------------------------------------------*/
127 /*-----------------------------------------------------------*/
134 /*-----------------------------------------------------------*/
141 /*-----------------------------------------------------------*/
155 __asm volatile ( "clz %0, %1" : "=r" ( ucReturn ) : "r" ( ulBitmap ) : "memory" ); in ucPortCountLeadingZeros()
169 /*-----------------------------------------------------------*/
171 …HEST_PRIORITY( uxTopPriority, uxReadyPriorities ) uxTopPriority = ( 31UL - ( uint32_t ) ucPortC…
175 /*-----------------------------------------------------------*/
197 __asm volatile ( "mrs %0, ipsr" : "=r" ( ulCurrentInterrupt )::"memory" ); in xPortIsInsideInterrupt()
211 /*-----------------------------------------------------------*/
223 : "=r" ( ulNewBASEPRI ) : "i" ( configMAX_SYSCALL_INTERRUPT_PRIORITY ) : "memory" in vPortRaiseBASEPRI()
227 /*-----------------------------------------------------------*/
240 …: "=r" ( ulOriginalBASEPRI ), "=r" ( ulNewBASEPRI ) : "i" ( configMAX_SYSCALL_INTERRUPT_PRIORITY )… in ulPortRaiseBASEPRI()
247 /*-----------------------------------------------------------*/
253 " msr basepri, %0 " ::"r" ( ulNewMaskValue ) : "memory" in vPortSetBASEPRI()
256 /*-----------------------------------------------------------*/
260 /* *INDENT-OFF* */
264 /* *INDENT-ON* */