Home
last modified time | relevance | path

Searched refs:portSVC_RAISE_PRIVILEGE (Results 1 – 25 of 53) sorted by relevance

123

/FreeRTOS-Kernel/portable/IAR/ARM_CM4F_MPU/
A Dportmacro.h266 #define portSVC_RAISE_PRIVILEGE 102 macro
410 #define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE )…
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4_MPU/
A Dportmacro.h267 #define portSVC_RAISE_PRIVILEGE 102 macro
375 #define portRAISE_PRIVILEGE() __asm { svc portSVC_RAISE_PRIVILEGE }
/FreeRTOS-Kernel/portable/GCC/ARM_CM4_MPU/
A Dportmacro.h265 #define portSVC_RAISE_PRIVILEGE 102 macro
382 #define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE )…
/FreeRTOS-Kernel/portable/GCC/ARM_CM0/
A Dportmacro.h269 #define portSVC_RAISE_PRIVILEGE 101 macro
346 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/GCC/ARM_CM3_MPU/
A Dportmacro.h170 #define portSVC_RAISE_PRIVILEGE 102 macro
287 #define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE )…
/FreeRTOS-Kernel/portable/IAR/ARM_CM55_NTZ/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/IAR/ARM_CM85/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/IAR/ARM_CM85_NTZ/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/IAR/ARM_CM23/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/IAR/ARM_CM23_NTZ/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/IAR/ARM_CM33/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/IAR/ARM_CM33_NTZ/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P_NTZ/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/IAR/ARM_CM55/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/GCC/ARM_CM23_NTZ/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/GCC/ARM_CM33/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/GCC/ARM_CM33_NTZ/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P_NTZ/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/GCC/ARM_CM55/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/GCC/ARM_CM55_NTZ/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/GCC/ARM_CM85/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …
/FreeRTOS-Kernel/portable/GCC/ARM_CM23/non_secure/
A Dportmacrocommon.h394 #define portSVC_RAISE_PRIVILEGE 103 macro
492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : …

Completed in 42 milliseconds

123