/Kernel-v11.1.0/portable/IAR/ARM_CM4F_MPU/ |
D | portmacro.h | 256 #define portSVC_YIELD 101 macro 262 #define portYIELD() __asm volatile ( " SVC %0 \n" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/ |
D | portmacro.h | 255 #define portSVC_YIELD 101 macro 261 #define portYIELD() __asm volatile ( " SVC %0 \n" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/GCC/ARM_CM0/ |
D | portmacro.h | 271 #define portSVC_YIELD 103 macro 278 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM4_MPU/ |
D | portmacro.h | 257 #define portSVC_YIELD 101 macro 263 #define portYIELD() __asm { SVC portSVC_YIELD }
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/ |
D | portmacro.h | 161 #define portSVC_YIELD 101 macro 167 #define portYIELD() __asm volatile ( " SVC %0 \n" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33_NTZ/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23_NTZ/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23_NTZ/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85_NTZ/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/GCC/ARM_CM33/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/non_secure/ |
D | portmacrocommon.h | 330 #define portSVC_YIELD 105 macro 337 #define portYIELD() __asm volatile ( "svc %0" ::"i" ( portSVC_YIELD ) : "memory" )
|