MiIsActivePfnCold

NTSTATUS __stdcall MiIsActivePfnCold(INT64 a1){
  unsigned __int64 v1; 
  unsigned __int64 v2; 
  __int64 v3; 
  unsigned __int64 v4; 

  v1 = *(_QWORD *)(a1 + 16);
  v2 = v1 >> 3;
  v3 = v1 & 0x400;
  v4 = v1 >> 11;
  if( v3 )
    LOBYTE(v2) = v4;
  return v2 & 1;
}

Referenced by:

MiIdentifyPfn