Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ke/amd64/
H A Dinterrupt.c108 CurrentHandler = KeQueryInterruptHandler(Interrupt->Vector); in KeConnectInterrupt()
180 VectorHandler = KeQueryInterruptHandler(Interrupt->Vector); in KeDisconnectInterrupt()
/reactos/hal/halx86/apic/
H A Dtsc.c81 PreviousHandler = KeQueryInterruptHandler(APIC_CLOCK_VECTOR); in HalpInitializeTsc()
/reactos/hal/halx86/generic/
H A Dbios.c518 HalpGpfHandler = KeQueryInterruptHandler(13); in HalpSwitchToRealModeTrapHandlers()
519 HalpBopHandler = KeQueryInterruptHandler(6); in HalpSwitchToRealModeTrapHandlers()
/reactos/ntoskrnl/include/internal/amd64/
H A Dke.h327 KeQueryInterruptHandler(IN ULONG Vector) in KeQueryInterruptHandler() function
/reactos/ntoskrnl/ke/i386/
H A Dirqobj.c57 Current = KeQueryInterruptHandler(Vector); in KiGetVectorDispatch()
/reactos/ntoskrnl/include/internal/i386/
H A Dke.h328 KeQueryInterruptHandler(IN ULONG Vector) in KeQueryInterruptHandler() function