Home
last modified time | relevance | path

Searched refs:iTrapIdentification (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.1.0/portable/GCC/TriCore_1782/
Dporttrap.c107 void vMMUTrap( int iTrapIdentification ) __attribute__( ( longcall, weak ) );
108 void vInternalProtectionTrap( int iTrapIdentification ) __attribute__( ( longcall, weak ) );
109 void vInstructionErrorTrap( int iTrapIdentification ) __attribute__( ( longcall, weak ) );
110 void vContextManagementTrap( int iTrapIdentification ) __attribute__( ( longcall, weak ) );
111 void vSystemBusAndPeripheralsTrap( int iTrapIdentification ) __attribute__( ( longcall, weak ) );
112 void vAssertionTrap( int iTrapIdentification ) __attribute__( ( longcall, weak ) );
113 void vNonMaskableInterruptTrap( int iTrapIdentification ) __attribute__( ( longcall, weak ) );
155 void vMMUTrap( int iTrapIdentification ) in vMMUTrap() argument
157 switch( iTrapIdentification ) in vMMUTrap()
168 void vInternalProtectionTrap( int iTrapIdentification ) in vInternalProtectionTrap() argument
[all …]
Dport.c82 static void prvTrapYield( int iTrapIdentification );
87 static void prvInterruptYield( int iTrapIdentification );
446 static void prvTrapYield( int iTrapIdentification ) in prvTrapYield() argument
452 switch( iTrapIdentification ) in prvTrapYield()