Is ptr paged out?

Hi there,

Is there any way of knowing if certain address refers to a page that’d
be in RAM or in disk?

Thanks in advance.

Fernando Roberto da Silva

DriverEntry Kernel Development

http://www.driverentry.com.br http:</http:>

Fernando Roberto wrote:

Hi there,

Is there any way of knowing if certain address refers to a page that’d
be in RAM or in disk?

Check the !pte command. If the address is not in the current process /
thread, then .process and .thread may also be of assistance.

MH.