LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   physical address to page? (https://www.linuxquestions.org/questions/programming-9/physical-address-to-page-838918/)

dbrazeau 10-18-2010 06:42 PM

physical address to page?
 
How do I get the page pointer from a physical address?

dbrazeau 10-18-2010 07:11 PM

This seems to work
Code:

struct page *pg = pfn_to_page(PFN_DOWN(paddr));


All times are GMT -5. The time now is 10:16 AM.