Searched refs:DispatchAddress (Results 1 – 6 of 6) sorted by relevance
76 Interrupt->DispatchAddress = 0; in KeInitializeInterrupt()118 Interrupt->DispatchAddress = KiInterruptDispatch; in KeConnectInterrupt()
73 Handler = Dispatch->Interrupt->DispatchAddress; in KiGetVectorDispatch()119 Interrupt->DispatchAddress = Handler; in KiConnectVectorToInterrupt()315 ((PKI_INTERRUPT_DISPATCH)Interrupt->DispatchAddress)(TrapFrame, Interrupt); in KiInterruptTemplateHandler()
69 KxUnexpectedInterrupt.DispatchAddress = KiUnexpectedInterrupt; in KiInitializeKernel()
502 OFFSET(InDispatchAddress, KINTERRUPT, DispatchAddress),
1061 OFFSET(KINTERRUPT_DispatchAddress, KINTERRUPT, DispatchAddress),
947 PKINTERRUPT_ROUTINE DispatchAddress; member