Searched refs:HalpVectorToIrq (Results 1 – 3 of 3) sorted by relevance
8 #define HalpVectorToIrq(vector) ((vector) - PRIMARY_VECTOR_BASE) macro23 HalpVectorToIrq(UCHAR Vector);25 #define VECTOR2IRQ(vector) HalpVectorToIrq(vector)
277 HalpVectorToIrq(UCHAR Vector) in HalpVectorToIrq() function433 if (HalpVectorToIrq(Vector) == APIC_FREE_VECTOR) in HalpGetRootInterruptVector()
292 HalpVectorToIrq(UCHAR Vector) in HalpVectorToIrq() function