Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/GCC/TriCore_1782/
HDporttrap.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 …]
HDport.c82 static void prvTrapYield( int iTrapIdentification );
87 static void prvInterruptYield( int iTrapIdentification );
440 static void prvTrapYield( int iTrapIdentification ) in prvTrapYield() argument
446 switch( iTrapIdentification ) in prvTrapYield()