Edit

HvCallUnmapStatsPage

HvCallUnmapStatsPage unmaps a previously mapped statistics page from the caller's guest physical address space.

Interface

HV_STATUS
HvCallUnmapStatsPage(
    _In_ HV_STATS_OBJECT_TYPE      StatsType,
    _In_ HV_STATS_OBJECT_IDENTITY  ObjectIdentity
);

Call Code

0x006D (Simple)

Input Parameters

Name Offset Size Information Provided
StatsType 0 4 Object category to unmap
ObjectIdentity 4 16 Object identity (partition id, VP index, etc)

See also