KiIsFbClearSupported

BOOL __stdcall KiIsFbClearSupported(){
  return(KeFeatureBits2 & 0x400000) != 0 || (KeFeatureBits2 & 0x29) == 9;
}

Referenced by:

KeQuerySpeculationControlInformation
KiDetectKvaLeakage