Given the range below, from a the context of a kernel driver, if i attempt to read more then a few pages worth of data, i recieve a page fault. This is fine, but my question is, if a pagefault is generated, how can you figure out #1 if its in the page file, and #2 where its offset into the pagefile is.
Example Virtual Range:
Virtual Address. 00010000 to 00033000, Phys Addr: 0000000002082000
thanks.






