/Kernel-v11.1.0/portable/IAR/ARM_CM3/ |
D | portasm.s | 38 PUBLIC vPortSVCHandler 74 vPortSVCHandler: label
|
D | port.c | 136 extern void vPortSVCHandler( void ); 254 configASSERT( pxVectorTable[ portVECTOR_INDEX_SVC ] == vPortSVCHandler ); in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM4F/ |
D | portasm.s | 38 PUBLIC vPortSVCHandler 100 vPortSVCHandler: label
|
D | port.c | 156 extern void vPortSVCHandler( void ); 292 configASSERT( pxVectorTable[ portVECTOR_INDEX_SVC ] == vPortSVCHandler ); in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM0/ |
D | portasm.s | 40 PUBLIC vPortSVCHandler 92 vPortSVCHandler;
|
/Kernel-v11.1.0/portable/IAR/ARM_CM7/r0p1/ |
D | portasm.s | 38 PUBLIC vPortSVCHandler 102 vPortSVCHandler: label
|
D | port.c | 150 extern void vPortSVCHandler( void ); 280 configASSERT( pxVectorTable[ portVECTOR_INDEX_SVC ] == vPortSVCHandler ); in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/CCS/ARM_CM3/ |
D | portasm.asm | 37 .def vPortSVCHandler 105 vPortSVCHandler: .asmfunc label
|
/Kernel-v11.1.0/portable/CCS/ARM_CM4F/ |
D | portasm.asm | 37 .def vPortSVCHandler 117 vPortSVCHandler: .asmfunc label
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3/ |
D | port.c | 125 void vPortSVCHandler( void ) __attribute__( ( naked ) ); 228 void vPortSVCHandler( void ) in vPortSVCHandler() function 300 configASSERT( pxVectorTable[ portVECTOR_INDEX_SVC ] == vPortSVCHandler ); in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM4F_MPU/ |
D | portasm.s | 47 PUBLIC vPortSVCHandler 164 vPortSVCHandler: label 188 vPortSVCHandler: label
|
D | port.c | 295 extern void vPortSVCHandler( void ) PRIVILEGED_FUNCTION; 756 configASSERT( pxVectorTable[ portVECTOR_INDEX_SVC ] == vPortSVCHandler ); in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM7/r0p1/ |
D | port.c | 134 void vPortSVCHandler( void ) __attribute__( ( naked ) ); 254 void vPortSVCHandler( void ) in vPortSVCHandler() function 331 configASSERT( pxVectorTable[ portVECTOR_INDEX_SVC ] == vPortSVCHandler ); in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4F/ |
D | port.c | 140 void vPortSVCHandler( void ) __attribute__( ( naked ) ); 260 void vPortSVCHandler( void ) in vPortSVCHandler() function 343 configASSERT( pxVectorTable[ portVECTOR_INDEX_SVC ] == vPortSVCHandler ); in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/ |
D | port.c | 101 void vPortSVCHandler( void ); 212 void vPortSVCHandler( void ) in vPortSVCHandler() function 332 exception_set_exclusive_handler( SVCALL_EXCEPTION, vPortSVCHandler ); in xPortStartSchedulerOnCore() 405 exception_set_exclusive_handler( SVCALL_EXCEPTION, vPortSVCHandler ); in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM0/ |
D | port.c | 125 void vPortSVCHandler( void ); 179 void vPortSVCHandler( void ) in vPortSVCHandler() function
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM3/ |
D | port.c | 120 void vPortSVCHandler( void ); 215 __asm void vPortSVCHandler( void ) in vPortSVCHandler() function
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/ |
D | port.c | 166 void vPortSVCHandler( void ) __attribute__( ( naked ) ) PRIVILEGED_FUNCTION; 346 void vPortSVCHandler( void ) /* __attribute__( ( naked ) ) PRIVILEGED_FUNCTION */ in vPortSVCHandler() function 376 void vPortSVCHandler( void ) /* __attribute__( ( naked ) ) PRIVILEGED_FUNCTION */ in vPortSVCHandler() function 775 configASSERT( pxVectorTable[ portVECTOR_INDEX_SVC ] == vPortSVCHandler ); in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM4F/ |
D | port.c | 135 void vPortSVCHandler( void ); 246 __asm void vPortSVCHandler( void ) in vPortSVCHandler() function
|
/Kernel-v11.1.0/portable/MikroC/ARM_CM4F/ |
D | port.c | 140 void vPortSVCHandler( void ); 250 void vPortSVCHandler( void ) iv IVT_INT_SVCall ics ICS_OFF in vPortSVCHandler() function
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM7/r0p1/ |
D | port.c | 129 void vPortSVCHandler( void ); 240 __asm void vPortSVCHandler( void ) in vPortSVCHandler() function
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/ |
D | port.c | 182 void vPortSVCHandler( void ) __attribute__( ( naked ) ) PRIVILEGED_FUNCTION; 372 void vPortSVCHandler( void ) /* __attribute__( ( naked ) ) PRIVILEGED_FUNCTION */ in vPortSVCHandler() function 410 void vPortSVCHandler( void ) in vPortSVCHandler() function 861 configASSERT( pxVectorTable[ portVECTOR_INDEX_SVC ] == vPortSVCHandler ); in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/include/ |
D | portmacro.h | 121 #define vPortSVCHandler isr_svcall macro
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM4_MPU/ |
D | port.c | 188 void vPortSVCHandler( void ) PRIVILEGED_FUNCTION; 694 __asm void vPortSVCHandler( void ) in vPortSVCHandler() function 728 __asm void vPortSVCHandler( void ) in vPortSVCHandler() function 860 configASSERT( pxVectorTable[ portVECTOR_INDEX_SVC ] == vPortSVCHandler ); in xPortStartScheduler()
|
/Kernel-v11.1.0/ |
D | History.txt | 1698 + Updated the vPortSVCHandler() functions in the FreeRTOS MPU port layer to
|