MiSimpleAgeWorkingSetTail

NTSTATUS __stdcall MiSimpleAgeWorkingSetTail(INT64 a1){
  __int64 i; 
  _DWORD *v3; 

  for( i = *(_QWORD *)(a1 + 168);
        ;
        MiProcessVmAccessedInfo(
          a1,
          *(_DWORD **)(i + 248),
          (__int64(__fastcall *)(__int64, _QWORD *, char *, unsigned __int64, __int64))MiSimpleAgeWorkingSetEPTCallback,
          i) )
  {
    MiFlushTbList(*(_MI_TB_FLUSH_LIST **)(i + 56));
    v3 = *(_DWORD **)(i + 248);
    if( !v3 || !*v3 || !MiQueryEPTAccessedState(a1, v3) )
      break;
  }
  return 0;
}

Referenced by:

MiSimpleAgePte