PopDiscardRange

VOID __stdcall PopDiscardRange(_POP_HIBER_CONTEXT *HiberContext, UINT64 StartPage, UINT64 PageCount){
  RtlSetBits(&HiberContext->DiscardMap, StartPage, PageCount);
}

Referenced by:

PopAllocateHiberContext
PopSetRange