How can I access the "data" present in vm_area_struct i.e virtual memory page.
As I want to learn how the data is picked from the vm page add put it to the physical ram.

Thanks