Searched refs:vApplicationFPUSafeIRQHandler (Results 1 – 8 of 8) sorted by relevance
42 .extern vApplicationFPUSafeIRQHandler267 BLX vApplicationFPUSafeIRQHandler278 .weak vApplicationFPUSafeIRQHandler279 .type vApplicationFPUSafeIRQHandler, %function280 vApplicationFPUSafeIRQHandler: label281 B vApplicationFPUSafeIRQHandler
155 void vApplicationFPUSafeIRQHandler( uint32_t ulICCIAR ) __attribute__((weak) );520 void vApplicationFPUSafeIRQHandler( uint32_t ulICCIAR ) in vApplicationFPUSafeIRQHandler() function
466 BL vApplicationFPUSafeIRQHandler
188 void vApplicationFPUSafeIRQHandler( uint32_t ulICCIAR ) __attribute__( ( weak ) );573 void vApplicationFPUSafeIRQHandler( uint32_t ulICCIAR ) in vApplicationFPUSafeIRQHandler() function
330 vApplicationFPUSafeIRQHandlerConst: .word vApplicationFPUSafeIRQHandler
233 void vApplicationFPUSafeIRQHandler( uint32_t ulICCIAR ) __attribute__( ( weak ) );399 void vApplicationFPUSafeIRQHandler( uint32_t ulICCIAR ) /* __attribute__( ( weak ) ) */ in vApplicationFPUSafeIRQHandler() function
329 vApplicationFPUSafeIRQHandlerConst: .word vApplicationFPUSafeIRQHandler
24 - Add support for vApplicationFPUSafeIRQHandler.124 + Optimize vApplicationFPUSafeIRQHandler for the Coretex-A9 port by1072 nested interrupt by defining vApplicationFPUSafeIRQHandler() instead of
Completed in 15 milliseconds