Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/IA32_flat/
Dport.c107 static void prvSetInterruptGate( uint8_t ucNumber,
284 static void prvSetInterruptGate( uint8_t ucNumber, in prvSetInterruptGate() function
314prvSetInterruptGate( ( uint8_t ) ulNum, vPortCentralInterruptWrapper, portIDT_FLAGS ); in vPortSetupIDT()
361 prvSetInterruptGate( ( uint8_t ) portAPIC_TIMER_INT_VECTOR, vPortTimerHandler, portIDT_FLAGS ); in prvSetupTimerInterrupt()
364prvSetInterruptGate( ( uint8_t ) portAPIC_LVT_ERROR_VECTOR, vPortAPICErrorHandlerWrapper, portIDT_… in prvSetupTimerInterrupt()
367 prvSetInterruptGate( ( uint8_t ) portAPIC_YIELD_INT_VECTOR, vPortYieldCall, portIDT_FLAGS ); in prvSetupTimerInterrupt()
370prvSetInterruptGate( ( uint8_t ) portAPIC_SPURIOUS_INT_VECTOR, vPortAPICSpuriousHandler, portIDT_F… in prvSetupTimerInterrupt()
625prvSetInterruptGate( ( uint8_t ) ulVectorNumber, ( ISR_Handler_t ) pxHandler, portIDT_FLAGS ); in xPortInstallInterruptHandler()