Searched refs:vInstructionErrorTrap (Results 1 – 1 of 1) sorted by relevance
109 void vInstructionErrorTrap( int iTrapIdentification ) __attribute__( ( longcall, weak ) );128 if( 0 == _install_trap_handler( portIE_TRAP, vInstructionErrorTrap ) ) in vTrapInstallHandlers()203 void vInstructionErrorTrap( int iTrapIdentification ) in vInstructionErrorTrap() function