KiSetCacheInformationIntel

unsigned __int32 KiSetCacheInformationIntel(){
  struct _KPRCB *CurrentPrcb; 
  unsigned __int32 result; 
  CurrentPrcb = KeGetCurrentPrcb();
  result = EAX(__cpuid(0, 0)) - 3;
  *((_DWORD *)CurrentPrcb + 8389) = 0;
  if( result <= 0x7FFFFFFC )
    return KiSetStandardizedCacheInformation((__int64)CurrentPrcb, 4);
  return result;
}

Referenced by:

KiSetCacheInformation