Searched defs:ASSERT_IRQL (Results 1 – 7 of 7) sorted by relevance
35 #define ASSERT_IRQL(x) ASSERT(KeGetCurrentIrql() <= (x)) macro42 #define ASSERT_IRQL(x) macro
48 #define ASSERT_IRQL(x) ASSERT(KeGetCurrentIrql() <= (x)) macro54 #define ASSERT_IRQL(x) macro
48 #define ASSERT_IRQL(x) ASSERT(KeGetCurrentIrql() <= (x)) macro55 #define ASSERT_IRQL(x) macro
55 #define ASSERT_IRQL(x) ASSERT(KeGetCurrentIrql() <= (x)) macro61 #define ASSERT_IRQL(x) macro
40 #define ASSERT_IRQL(x) macro
62 #define ASSERT_IRQL(x) ASSERT(KeGetCurrentIrql() <= (x)) macro