MiLogAllocateWsleEvent

VOID __stdcall MiLogAllocateWsleEvent(_MMPFN *Pfn1, _WORKING_SET_TYPE WorkingSetType, VOID *VirtualAddress){
  _UNICODE_STRING *v6; 
  UINT8 v7; 
  PWCHAR v8; 
  int v9; 
  UINT16 v10; 
  int v11; 
  _MMPFN_IDENTITY Identity[4]; 
  __int128 v13; 
  _MMPFN_IDENTITY *v14; 
  int v15; 
  int v16; 

  *(_OWORD *)Identity = 0i64;
  v13 = 0i64;
  MiIdentifyPfnWrapper(Pfn1, Identity);
  LOBYTE(v9) = MI_PFN_IS_PROTO((_UNICODE_STRING *)Pfn1, v6, v7, v8);
  if( v9 )
  {
    MiFillPageExtraInfo((unsigned __int64 *)&v13 + 1, WorkingSetType, (__int64)VirtualAddress);
    v10 = 642;
    v11 = 32;
  }
  else
  {
    v10 = 630;
    v11 = 24;
  }
  v16 = 0;
  v14 = Identity;
  v15 = v11;
  EtwTraceKernelEvent((__int64)&v14, 1u, 0x28000001u, v10, 0x11401B02u);
}

Referenced by:

No references.