Home
last modified time | relevance | path

Searched defs:portRAISE_PRIVILEGE (Results 1 – 25 of 26) sorted by relevance

12

/FreeRTOS-Kernel/portable/IAR/ARM_CM55_NTZ/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/IAR/ARM_CM85/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/IAR/ARM_CM85_NTZ/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/IAR/ARM_CM23/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/IAR/ARM_CM23_NTZ/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/IAR/ARM_CM33/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/IAR/ARM_CM33_NTZ/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P_NTZ/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/IAR/ARM_CM55/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/GCC/ARM_CM23_NTZ/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/GCC/ARM_CM33/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/GCC/ARM_CM33_NTZ/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P_NTZ/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/GCC/ARM_CM55/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/GCC/ARM_CM55_NTZ/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/GCC/ARM_CM85/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/GCC/ARM_CM0/
A Dportmacro.h346 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
357 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/GCC/ARM_CM23/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/GCC/ARM_CM85_NTZ/non_secure/
A Dportmacrocommon.h492 …#define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE ) : … macro
501 #define portRAISE_PRIVILEGE() macro
/FreeRTOS-Kernel/portable/IAR/ARM_CM4F_MPU/
A Dportmacro.h410 #define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE )… macro
/FreeRTOS-Kernel/portable/GCC/ARM_CM3_MPU/
A Dportmacro.h287 #define portRAISE_PRIVILEGE() __asm volatile ( "svc %0 \n" ::"i" ( portSVC_RAISE_PRIVILEGE )… macro
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4_MPU/
A Dportmacro.h375 #define portRAISE_PRIVILEGE() __asm { svc portSVC_RAISE_PRIVILEGE } macro

Completed in 137 milliseconds

12