!searchpte

The !searchpte extension searches physical memory for the specified page frame number (PFN).

!searchpte PFN 
!searchpte -?

Parameters

PFN
Specifies the PFN in hexadecimal format.

-?
Displays help for this extension in the Debugger Command window.

DLL

Windows XP and later - Kdexts.dll

Additional Information

For information about page tables and page directories, see Microsoft Windows Internals, by Mark Russinovich and David Solomon.

Remarks

To stop execution at any time, press CTRL+BREAK (in WinDbg) or CTRL+C (in KD).