// pep_x.h
typedef struct _PEP_PPM_CONTEXT_QUERY_PARKING_PAGE {
PHYSICAL_ADDRESS PhysicalPageAddress;
PVOID VirtualPageAddress;
} PEP_PPM_CONTEXT_QUERY_PARKING_PAGE, *PPEP_PPM_CONTEXT_QUERY_PARKING_PAGE;
View the official Windows Driver Kit DDI reference// pepfx.h
typedef struct _PEP_PPM_CONTEXT_QUERY_PARKING_PAGE {
PHYSICAL_ADDRESS PhysicalPageAddress;
PVOID VirtualPageAddress;
} PEP_PPM_CONTEXT_QUERY_PARKING_PAGE, *PPEP_PPM_CONTEXT_QUERY_PARKING_PAGE;
View the official Windows Driver Kit DDI referenceNo description available.
The PEP_PPM_CONTEXT_QUERY_PARKING_PAGE structure describes the parking page for a processor.
PhysicalPageAddressThe physical memory address of the parking page.
VirtualPageAddressThe virtual memory address of the parking page.
The output buffer for a PEP_PPM_POWER_CONTROL_QUERY_PARKING_PAGE power control request is a PEP_PPM_CONTEXT_QUERY_PARKING_PAGE structure.
PEP_PPM_POWER_CONTROL_QUERY_PARKING_PAGE
The PEP_PPM_CONTEXT_QUERY_PARKING_PAGE structure describes the parking page for a processor.
PhysicalPageAddressThe physical memory address of the parking page.
VirtualPageAddressThe virtual memory address of the parking page.
The output buffer for a PEP_PPM_POWER_CONTROL_QUERY_PARKING_PAGE power control request is a PEP_PPM_CONTEXT_QUERY_PARKING_PAGE structure.
PEP_PPM_POWER_CONTROL_QUERY_PARKING_PAGE