VfCheckNxPagePriority

VOID __stdcall VfCheckNxPagePriority(_MM_PAGE_PRIORITY Priority, PVOID CallerAddress){
  if( ViVerifierEnabled )
    VfCheckPagePriority(Priority, CallerAddress);
}

Referenced by:

No references.