MI_IS_PTE_IN_WS_SWAP_SET

NTSTATUS __stdcall MI_IS_PTE_IN_WS_SWAP_SET(_MMPTE *PointerPte){
  _WORD *v1; 
  __int16 v2; 
  NTSTATUS result; 

  v2 = *(_WORD *)(PointerPte[((unsigned __int8)HIBYTE(*v1) >> 4) + 868].u.Long + 204);
  result = 1;
  if( (v2 & 0x10) == 0 && ((v2 & 0x20) == 0 || (*(_QWORD *)v1 & 2) == 0) )
    return 0;
  return result;
}

Referenced by:

MiAddToReservationCluster
MiConvertPrivateToProto
MiConvertStandbyToProto
MiDecommitPages
MiDeletePteList
MiReservePageFileSpace