ExIsProcessorFeaturePresent

BOOLEAN __stdcall ExIsProcessorFeaturePresent(ULONG ProcessorFeature){
  if( ProcessorFeature >= 0x40 )
    return 0;
  else
    return *(_BYTE *)(ProcessorFeature - 0x87FFFFFFD8Ci64);
}

Referenced by:

PiIsDriverBlocked