ReactOS 0.4.16-dev-338-g34e76ad
|
Go to the source code of this file.
Macros | |
#define | VECTOR2IRQ(vector) HalpVectorToIrq(vector) |
#define | VECTOR2IRQL(vector) HalpVectorToIrql(vector) |
#define | IRQ2VECTOR(irq) HalpIrqToVector(irq) |
Functions | |
UCHAR FASTCALL | HalpIrqToVector (UCHAR Irq) |
KIRQL FASTCALL | HalpVectorToIrql (UCHAR Vector) |
UCHAR FASTCALL | HalpVectorToIrq (UCHAR Vector) |
Definition at line 257 of file apic.c.
Referenced by HalpGetRootInterruptVector().
Definition at line 277 of file apic.c.
Referenced by HalpGetRootInterruptVector().
Definition at line 270 of file apic.c.
Referenced by HalpGetRootInterruptVector().