ViRaiseIrqlToDpcLevel
UINT8 __stdcall ViRaiseIrqlToDpcLevel(){
UINT8 CurrentIrql;
CurrentIrql = KeGetCurrentIrql();
if( CurrentIrql < 2u )
{
KeGetCurrentIrql();
__writecr8(2ui64);
}
return CurrentIrql;
}Referenced by:
VfDeadlockAcquireResource
VfDeadlockAfterCallDriver
VfDeadlockBeforeCallDriver
VfDeadlockInitializeResource
VfDeadlockReleaseResource
ViDeadlockDetectionApplySettings
ViDeadlockEmptyDatabase
ViDeadlockRemoveMemoryRangeResources
ViDeadlockRemoveMemoryRangeThreads
ViIsThreadInsidePagingCodePaths