Lines Matching refs:interruptVectorIndex

78   bit32       interruptVectorIndex  in siFatalInterruptHandler()  argument
105 ossaDisableInterrupts(agRoot, interruptVectorIndex); in siFatalInterruptHandler()
326 bit32 interruptVectorIndex in saFatalInterruptHandler() argument
340 ossaDisableInterrupts(agRoot, interruptVectorIndex); in saFatalInterruptHandler()
346 ossaDisableInterrupts(agRoot, interruptVectorIndex); in saFatalInterruptHandler()
350 if (saRoot->swConfig.fatalErrorInterruptVector != interruptVectorIndex) in saFatalInterruptHandler()
353 saRoot->swConfig.fatalErrorInterruptVector, interruptVectorIndex)); in saFatalInterruptHandler()
360 ossaDisableInterrupts(agRoot, interruptVectorIndex); in saFatalInterruptHandler()
364 ret = siFatalInterruptHandler(agRoot,interruptVectorIndex); in saFatalInterruptHandler()
367 ossaDisableInterrupts(agRoot, interruptVectorIndex); in saFatalInterruptHandler()
389 bit32 interruptVectorIndex in saInterruptHandler() argument
407 if( (our_int = saRoot->OurInterrupt(agRoot,interruptVectorIndex)) == FALSE ) in saInterruptHandler()
419 smTrace(hpDBG_TICK_INT,"VI",interruptVectorIndex); in saInterruptHandler()
438 ossaDisableInterrupts(agRoot, interruptVectorIndex); in saInterruptHandler()
444 ossaDisableInterrupts(agRoot, interruptVectorIndex); in saInterruptHandler()
474 bit32 interruptVectorIndex in siDisableMSIXInterrupts() argument
481 msi_index = interruptVectorIndex * MSIX_TABLE_ELEMENT_SIZE; in siDisableMSIXInterrupts()
486 value = (1 << interruptVectorIndex); in siDisableMSIXInterrupts()
504 bit32 interruptVectorIndex in siDisableMSIX_V_Interrupts() argument
509 mask =( (bit64)1 << interruptVectorIndex); in siDisableMSIX_V_Interrupts()
513 …SA_DBG4(("siDisableMSIX_V_Interrupts: VI %d U 0x%08X L 0x%08X\n",interruptVectorIndex,u64.S32[1],u… in siDisableMSIX_V_Interrupts()
532 bit32 interruptVectorIndex in siDisableMSIInterrupts() argument
537 mask = 1 << interruptVectorIndex; in siDisableMSIInterrupts()
560 bit32 interruptVectorIndex in siDisableMSI_V_Interrupts() argument
581 bit32 interruptVectorIndex in siDisableLegacyInterrupts() argument
604 bit32 interruptVectorIndex in siDisableLegacy_V_Interrupts() argument
610 mask =( (bit64)1 << interruptVectorIndex); in siDisableLegacy_V_Interrupts()
617 …SA_DBG4(("siDisableLegacy_V_Interrupts: VI %d U 0x%08X L 0x%08X\n",interruptVectorIndex,u64.S32[1]… in siDisableLegacy_V_Interrupts()
636 bit32 interruptVectorIndex in siOurMSIXInterrupt() argument
655 bit32 interruptVectorIndex in siOurMSIX_V_Interrupt() argument
673 bit32 interruptVectorIndex in siOurMSIInterrupt() argument
692 bit32 interruptVectorIndex in siOurMSI_V_Interrupt() argument
712 bit32 interruptVectorIndex in siOurLegacyInterrupt() argument
745 bit32 interruptVectorIndex in siOurLegacy_V_Interrupt() argument
773 bit32 interruptVectorIndex, in saDelayedInterruptHandler() argument
790 smTrace(hpDBG_VERY_LOUD,"Vd",interruptVectorIndex); in saDelayedInterruptHandler()
796 saRoot->swConfig.fatalErrorInterruptVector == interruptVectorIndex ) in saDelayedInterruptHandler()
817 …SA_DBG1(("saDelayedInterruptHandler: vi %d Error %08X\n",interruptVectorIndex, SCRATCH_PAD1_V_ER… in saDelayedInterruptHandler()
825 siFatalInterruptHandler( agRoot, interruptVectorIndex ); in saDelayedInterruptHandler()
826 ossaDisableInterrupts(agRoot, interruptVectorIndex); in saDelayedInterruptHandler()
831 …al Check VI %d SCRATCH_PAD1 %08X host_reg0 %08X host_reg1 %08X\n",interruptVectorIndex, pad1,host_… in saDelayedInterruptHandler()
851 return siProcessOBMsg(agRoot, count, interruptVectorIndex); in saDelayedInterruptHandler()
862 if (saRoot->interruptVecIndexBitMap[interruptVectorIndex] & (1 << i)) in saDelayedInterruptHandler()
883 if (saRoot->interruptVecIndexBitMap1[interruptVectorIndex] & (1 << (i - OQ_NUM_32))) in saDelayedInterruptHandler()
912 ossaReenableInterrupts(agRoot, interruptVectorIndex); in saDelayedInterruptHandler()
936 bit32 interruptVectorIndex in siReenableMSIXInterrupts() argument
943 msi_index = interruptVectorIndex * MSIX_TABLE_ELEMENT_SIZE; in siReenableMSIXInterrupts()
947 SA_DBG4(("siReenableMSIXInterrupts:interruptVectorIndex %d\n",interruptVectorIndex)); in siReenableMSIXInterrupts()
950 value = (1 << interruptVectorIndex); in siReenableMSIXInterrupts()
968 bit32 interruptVectorIndex in siReenableMSIX_V_Interrupts() argument
974 mask =( (bit64)1 << interruptVectorIndex); in siReenableMSIX_V_Interrupts()
983 …SA_DBG4(("siReenableMSIX_V_Interrupts: VI %d U 0x%08X L 0x%08X\n",interruptVectorIndex,u64.S32[1],… in siReenableMSIX_V_Interrupts()
990 SA_DBG1(("siReenableMSIX_V_Interrupts: VI %d sysIntsActive off\n",interruptVectorIndex)); in siReenableMSIX_V_Interrupts()
1009 bit32 interruptVectorIndex in siReenableMSIInterrupts() argument
1015 ODMRValue &= ~(1 << interruptVectorIndex); in siReenableMSIInterrupts()
1034 bit32 interruptVectorIndex in siReenableMSI_V_Interrupts() argument
1056 bit32 interruptVectorIndex in siReenableLegacyInterrupts() argument
1080 bit32 interruptVectorIndex in siReenableLegacy_V_Interrupts() argument
1085 mask = 1 << interruptVectorIndex; in siReenableLegacy_V_Interrupts()
1122 bit32 interruptVectorIndex in saSystemInterruptsEnable() argument
1125 ossaReenableInterrupts(agRoot, interruptVectorIndex); in saSystemInterruptsEnable()