ZwUnlockVirtualMemory

NTSTATUS __stdcall ZwUnlockVirtualMemory(VOID *ProcessHandle, VOID **BaseAddress, UINT64 *RegionSize, UINT64 MapType){
  NTSTATUS result; 

  _disable();
  __readeflags();
  KiServiceInternal();
  return result;
}

Referenced by:

CmSiUnlockViewOfSection
SMKM_STORE::SmStTrimWsStoreBatch
SmKmStoreHelperCommandProcess
VmColdPagesHint