Virtual and physical page address
Mohammad A Khasawneh
mkhasaw1 at binghamton.edu
Sun Feb 7 16:24:08 EST 2016
Hello everyone,
I am attempting to dump the page table of a process in terms of virtual
addresses and the corresponding physical addresses. I am looking for
information whether the pointers I am using are correct for this purpose:
1. Can I say that pte_page(pte_t) returns the virtual address of the page
that the PTE points at?
2. can I say that page_to_phys(struct page) returns the physical address of
that same entry?
Thank you,
Mohammad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160207/97f36a47/attachment.html
More information about the Kernelnewbies
mailing list