Home
last modified time | relevance | path

Searched refs:KeGetCurrentIrql (Results 1 – 25 of 165) sorted by relevance

1234567

/reactos/ntoskrnl/ke/
H A Dspinlock.c106 if (KeGetCurrentIrql() < DISPATCH_LEVEL) in KeAcquireQueuedSpinLockAtDpcLevel()
111 KeGetCurrentIrql(), in KeAcquireQueuedSpinLockAtDpcLevel()
130 if (KeGetCurrentIrql() < DISPATCH_LEVEL) in KeReleaseQueuedSpinLockFromDpcLevel()
135 KeGetCurrentIrql(), in KeReleaseQueuedSpinLockFromDpcLevel()
206 KeGetCurrentIrql(), in KeAcquireSpinLockAtDpcLevel()
229 KeGetCurrentIrql(), in KeReleaseSpinLockFromDpcLevel()
251 KeGetCurrentIrql(), in KefAcquireSpinLockAtDpcLevel()
273 KeGetCurrentIrql(), in KefReleaseSpinLockFromDpcLevel()
318 KeGetCurrentIrql(), in KeTryToAcquireSpinLockAtDpcLevel()
379 KeGetCurrentIrql(), in KeAcquireInStackQueuedSpinLockAtDpcLevel()
[all …]
H A Dwait.c206 ASSERT(KeGetCurrentIrql() == SYNCH_LEVEL); in KiExitDispatcher()
297 ASSERT(KeGetCurrentIrql() == DISPATCH_LEVEL); in KeDelayExecutionThread()
299 ASSERT(KeGetCurrentIrql() <= APC_LEVEL); in KeDelayExecutionThread()
434 ASSERT(KeGetCurrentIrql() == SYNCH_LEVEL); in KeWaitForSingleObject()
436 ASSERT(KeGetCurrentIrql() < DISPATCH_LEVEL || in KeWaitForSingleObject()
437 (KeGetCurrentIrql() == DISPATCH_LEVEL && in KeWaitForSingleObject()
607 ASSERT(KeGetCurrentIrql() == SYNCH_LEVEL); in KeWaitForMultipleObjects()
610 ASSERT(KeGetCurrentIrql() <= APC_LEVEL); in KeWaitForMultipleObjects()
613 ASSERT(KeGetCurrentIrql() <= DISPATCH_LEVEL); in KeWaitForMultipleObjects()
H A Dapc.c41 if (KeGetCurrentIrql() == PASSIVE_LEVEL) in KiCheckForKernelApcDelivery()
375 if (KeGetCurrentIrql() != ApcLock.OldIrql) in KiDeliverApc()
378 (KeGetCurrentIrql() << 16) | in KiDeliverApc()
411 if (KeGetCurrentIrql() != ApcLock.OldIrql) in KiDeliverApc()
414 (KeGetCurrentIrql() << 16) | in KiDeliverApc()
989 (KeGetCurrentIrql() >= APC_LEVEL)) ? TRUE : FALSE; in KeAreAllApcsDisabled()
H A Dipi.c111 ASSERT(KeGetCurrentIrql() == SYNCH_LEVEL);
155 ASSERT(KeGetCurrentIrql() == IPI_LEVEL); in KiIpiServiceRoutine()
210 OldIrql = KeGetCurrentIrql(); in KeIpiGenericCall()
/reactos/hal/halx86/mp/
H A Dmpsirql.c23 #undef KeGetCurrentIrql
24 KIRQL NTAPI KeGetCurrentIrql (VOID) in KeGetCurrentIrql() function
83 if (KeGetCurrentIrql() > APC_LEVEL) in HalpLowerIrql()
137 KIRQL oldIrql = KeGetCurrentIrql(); in KfLowerIrql()
173 OldIrql = KeGetCurrentIrql (); in KfRaiseIrql()
177 DPRINT1 ("CurrentIrql %x NewIrql %x\n", KeGetCurrentIrql (), NewIrql); in KfRaiseIrql()
251 if (KeGetCurrentIrql () >= Irql) in HalBeginSystemInterrupt()
253 DPRINT1("current irql %d, new irql %d\n", KeGetCurrentIrql(), Irql); in HalBeginSystemInterrupt()
264 *OldIrql = KeGetCurrentIrql (); in HalBeginSystemInterrupt()
/reactos/ntoskrnl/include/internal/
H A Dke_x.h168 ASSERT(KeGetCurrentIrql() >= SYNCH_LEVEL); in KiAcquireDispatcherLockAtSynchLevel()
288 ASSERT(KeGetCurrentIrql() >= DISPATCH_LEVEL); in KiAcquireTimerLock()
299 ASSERT(KeGetCurrentIrql() >= DISPATCH_LEVEL); in KiReleaseTimerLock()
314 ASSERT(KeGetCurrentIrql() >= DISPATCH_LEVEL); in KiAcquireDispatcherObject()
341 ASSERT(KeGetCurrentIrql() >= DISPATCH_LEVEL); in KiReleaseDispatcherObject()
372 ASSERT(KeGetCurrentIrql() >= SYNCH_LEVEL); in KiAcquireDispatcherLockAtSynchLevel()
443 ASSERT(KeGetCurrentIrql() >= DISPATCH_LEVEL); in KiAcquirePrcbLock()
620 ASSERT(KeGetCurrentIrql() >= SYNCH_LEVEL); in KiAcquireApcLockAtSynchLevel()
927 ASSERT(KeGetCurrentIrql() >= SYNCH_LEVEL); in KxInsertTimer()
1592 ASSERT(KeGetCurrentIrql() <= APC_LEVEL); in _KeAcquireGuardedMutex()
[all …]
H A Dob_x.h54 ASSERT(KeGetCurrentIrql() <= APC_LEVEL); in ObpAcquireObjectLock()
72 ASSERT(KeGetCurrentIrql() <= APC_LEVEL); in ObpAcquireObjectLockShared()
97 ASSERT(KeGetCurrentIrql() <= APC_LEVEL); in ObpReleaseObjectLock()
343 ASSERT(KeGetCurrentIrql() <= APC_LEVEL); in ObpEnterObjectTypeMutex()
359 ASSERT(KeGetCurrentIrql() <= APC_LEVEL); in ObpLeaveObjectTypeMutex()
473 *CalloutIrql = KeGetCurrentIrql(); in ObpCalloutStart()
484 if (CalloutIrql != KeGetCurrentIrql()) in ObpCalloutEnd()
490 KeGetCurrentIrql(), CalloutIrql); in ObpCalloutEnd()
/reactos/drivers/network/ndis/ndis/
H A Dmemory.c170 if (KeGetCurrentIrql() != PASSIVE_LEVEL) in NdisMAllocateSharedMemory()
200 ASSERT(KeGetCurrentIrql() == PASSIVE_LEVEL); in NdisMFreeSharedMemoryPassive()
240 ASSERT(KeGetCurrentIrql() <= DISPATCH_LEVEL); in NdisMFreeSharedMemory()
243 if (KeGetCurrentIrql() == PASSIVE_LEVEL) in NdisMFreeSharedMemory()
310 ASSERT(KeGetCurrentIrql() == PASSIVE_LEVEL); in NdisMAllocateSharedMemoryPassive()
341 ASSERT(KeGetCurrentIrql() <= DISPATCH_LEVEL); in NdisMAllocateSharedMemoryAsync()
/reactos/drivers/filesystems/udfs/
H A Dudf_dbg.cpp23 ASSERT(KeGetCurrentIrql() < DISPATCH_LEVEL); in UDFDebugAcquireResourceSharedLite()
68 ASSERT(KeGetCurrentIrql() < DISPATCH_LEVEL); in UDFDebugAcquireSharedStarveExclusive()
113 ASSERT(KeGetCurrentIrql() < DISPATCH_LEVEL); in UDFDebugAcquireResourceExclusiveLite()
164 ASSERT(KeGetCurrentIrql() < DISPATCH_LEVEL); in UDFDebugReleaseResourceForThreadLite()
185 ASSERT(KeGetCurrentIrql() < DISPATCH_LEVEL); in UDFDebugDeleteResource()
213 ASSERT(KeGetCurrentIrql() < DISPATCH_LEVEL); in UDFDebugInitializeResourceLite()
240 ASSERT(KeGetCurrentIrql() < DISPATCH_LEVEL); in UDFDebugConvertExclusiveToSharedLite()
259 ASSERT(KeGetCurrentIrql() < DISPATCH_LEVEL); in UDFDebugAcquireSharedWaitForExclusive()
H A Denv_spec.cpp143 KIRQL CurIrql = KeGetCurrentIrql(); in UDFPhReadSynchronous()
290 KIRQL CurIrql = KeGetCurrentIrql(); in UDFPhWriteSynchronous()
555 ASSERT(KeGetCurrentIrql() < DISPATCH_LEVEL); in UDFPhSendIOCTL()
558 if (KeGetCurrentIrql() > PASSIVE_LEVEL) { in UDFPhSendIOCTL()
/reactos/ntoskrnl/mm/
H A Dmmfault.c34 if (KeGetCurrentIrql() >= DISPATCH_LEVEL) in MmpAccessFault()
36 DPRINT1("Page fault at high IRQL was %u\n", KeGetCurrentIrql()); in MmpAccessFault()
130 if (KeGetCurrentIrql() >= DISPATCH_LEVEL) in MmNotPresentFault()
132 DPRINT1("Page fault at high IRQL was %u, address %x\n", KeGetCurrentIrql(), Address); in MmNotPresentFault()
/reactos/ntoskrnl/mm/ARM3/
H A Dhypermap.c105 ASSERT(KeGetCurrentIrql() == DISPATCH_LEVEL); in MiUnmapPageInHyperSpace()
121 ASSERT(KeGetCurrentIrql() == PASSIVE_LEVEL); in MiMapPagesInZeroSpace()
195 ASSERT(KeGetCurrentIrql() == PASSIVE_LEVEL); in MiUnmapPagesInZeroSpace()
H A Dpagfault.c1364 OldIrql = KeGetCurrentIrql(); in MiDispatchFault()
1410 ASSERT(OldIrql == KeGetCurrentIrql()); in MiDispatchFault()
1583 ASSERT(OldIrql == KeGetCurrentIrql()); in MiDispatchFault()
1627 ASSERT(OldIrql == KeGetCurrentIrql()); in MiDispatchFault()
1645 ASSERT(OldIrql == KeGetCurrentIrql()); in MiDispatchFault()
1685 ASSERT(OldIrql == KeGetCurrentIrql()); in MiDispatchFault()
1686 ASSERT(KeGetCurrentIrql() <= APC_LEVEL); in MiDispatchFault()
1703 KIRQL OldIrql = KeGetCurrentIrql(), LockIrql; in MmArmAccessFault()
2639 ASSERT(KeGetCurrentIrql() <= APC_LEVEL); in MmArmAccessFault()
2656 ASSERT(KeGetCurrentIrql() == PASSIVE_LEVEL); in MmGetExecuteOptions()
[all …]
/reactos/modules/rostests/kmtests/ntos_ke/
H A DKeIrql.c28 PrevIrql = KeGetCurrentIrql(); in START_TEST()
75 Irql2 = KeGetCurrentIrql(); in START_TEST()
87 Irql2 = KeGetCurrentIrql(); in START_TEST()
/reactos/sdk/include/wdf/kmdf/1.17/
H A Dwdfassert.h79 #define VERIFY_IS_IRQL_PASSIVE_LEVEL() WDFVERIFY(KeGetCurrentIrql() == PASSIVE_LEVEL)
84 #define IS_AT_PASSIVE() WDFVERIFY(KeGetCurrentIrql() == PASSIVE_LEVEL)
/reactos/drivers/network/dd/e1000/
H A Ddebug.h35 #define ASSERT_IRQL(x) ASSERT(KeGetCurrentIrql() <= (x))
36 #define ASSERT_IRQL_EQUAL(x) ASSERT(KeGetCurrentIrql() == (x))
/reactos/drivers/network/dd/rtl8139/
H A Ddebug.h48 #define ASSERT_IRQL(x) ASSERT(KeGetCurrentIrql() <= (x))
49 #define ASSERT_IRQL_EQUAL(x) ASSERT(KeGetCurrentIrql() == (x))
/reactos/drivers/network/dd/ne2000/include/
H A Ddebug.h48 #define ASSERT_IRQL(x) ASSERT(KeGetCurrentIrql() <= (x))
49 #define ASSERT_IRQL_EQUAL(x) ASSERT(KeGetCurrentIrql() == (x))
/reactos/sdk/lib/drivers/wdf/shared/enhancedverif/km/
H A Dvfprivkm.hpp40 *Irql = KeGetCurrentIrql(); in VerifyIrqlEntry()
52 currIrql = KeGetCurrentIrql(); in VerifyIrqlExit()
69 if (KeGetCurrentIrql() <= APC_LEVEL) { in VerifyCriticalRegionEntry()
82 if (KeGetCurrentIrql() <= APC_LEVEL) { in VerifyCriticalRegionExit()
/reactos/ntoskrnl/cache/section/
H A Dfault.c549 if (KeGetCurrentIrql() >= DISPATCH_LEVEL) in MmpSectionAccessFaultInner()
551 DPRINT1("Page fault at high IRQL was %u\n", KeGetCurrentIrql()); in MmpSectionAccessFaultInner()
705 if (KeGetCurrentIrql() >= DISPATCH_LEVEL) in MmAccessFaultCacheSection()
708 KeGetCurrentIrql(), in MmAccessFaultCacheSection()
925 if (KeGetCurrentIrql() >= DISPATCH_LEVEL) in MmNotPresentFaultCacheSection()
928 KeGetCurrentIrql(), in MmNotPresentFaultCacheSection()
/reactos/sdk/include/reactos/
H A Ddebug.h251 #define ASSERT_IRQL_LESS_OR_EQUAL(x) ASSERT(KeGetCurrentIrql()<=(x))
252 #define ASSERT_IRQL_EQUAL(x) ASSERT(KeGetCurrentIrql()==(x))
253 #define ASSERT_IRQL_LESS(x) ASSERT(KeGetCurrentIrql()<(x))
/reactos/hal/halarm/generic/
H A Dpic.c15 #undef KeGetCurrentIrql
122 KeGetCurrentIrql(VOID) in KeGetCurrentIrql() function
/reactos/ntoskrnl/rtl/
H A Dlibsupp.c251 if(KeGetCurrentIrql() > APC_LEVEL) in CHECK_PAGED_CODE_RTL()
253 … DbgPrint("%s:%i: Pagable code called at IRQL > APC_LEVEL (%u)\n", file, line, KeGetCurrentIrql()); in CHECK_PAGED_CODE_RTL()
295 if (KeGetCurrentIrql() >= DISPATCH_LEVEL) in RtlpHandleDpcStackException()
328 if (KeGetCurrentIrql() > DISPATCH_LEVEL) return FALSE; in RtlpCaptureStackLimits()
424 (KeGetCurrentIrql() >= DISPATCH_LEVEL)) in RtlWalkFrameChain()
/reactos/sdk/lib/drivers/wdf/kmdf/src/core/
H A Dfxdpc.cpp286 ASSERT(KeGetCurrentIrql() == PASSIVE_LEVEL); in Cancel()
374 ASSERT(KeGetCurrentIrql() == PASSIVE_LEVEL); in Dispose()
/reactos/ntoskrnl/ke/arm/
H A Dexp.c30 OldIrql = KeGetCurrentIrql(); in KeContextToTrapFrame()
95 OldIrql = KeGetCurrentIrql(); in KeTrapFrameToContext()

1234567