Expand Minimize

HV_PROCESS_COUNTER enumeration

The HV_PROCESS_COUNTER enumeration contains values for counters for a partition.

Syntax


typedef enum _HV_PROCESS_COUNTER { 
  StPtCounterVirtualProcessors       = 1,
  StPtCounterTlbSize                 = 3,
  StPtCounterAddressSpaces           = 4,
  StPtCounterDepositedPages          = 5,
  StPtCounterGpaPages                = 6,
  StPtCounterGpaSpaceModifications   = 7,
  StPtCounterVirtualTlbFlushEntires  = 8,
  StPtCounterRecommendedTlbSize      = 9,
  StPtCounterGpaPages4K              = 10,
  StPtCounterGpaPages2M              = 11,
  StPtCounterGpaPages1G              = 12,
  StPtCounterGpaPages512G            = 13,
  StPtCounterMAXIMUM                 = 14
} HV_PROCESS_COUNTER;

Constants

StPtCounterVirtualProcessors

A value that specifies a counter of virtual processors.

StPtCounterTlbSize

A value that specifies a counter of the size of a translation look-aside buffer (TLB).

StPtCounterAddressSpaces

A value that specifies a counter of address spaces.

StPtCounterDepositedPages

A value that specifies a counter of memory pages that have been deposited into the partition's memory pool.

StPtCounterGpaPages

A value that specifies a counter of guest physical address (GPA) memory pages.

StPtCounterGpaSpaceModifications

A value that specifies a counter of GPA space modifications.

StPtCounterVirtualTlbFlushEntires

A value that specifies a counter of virtual TLB flush entries.

StPtCounterRecommendedTlbSize

A value that specifies a counter of the size of the recommended TLB.

StPtCounterGpaPages4K

A value that specifies a counter of 4 KB GPA memory pages.

StPtCounterGpaPages2M

A value that specifies a counter of 2 MB GPA memory pages.

StPtCounterGpaPages1G

A value that specifies a counter of 1 GB GPA memory pages.

StPtCounterGpaPages512G

A value that specifies a counter of 512 GB GPA memory pages.

StPtCounterMAXIMUM

A value that indicates that the maximum value in the enumeration was exceeded.

Remarks

Requirements

Header

Hvgdk.h (include Hvgdk.h)

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.