unix - How to get the page table content of a process in Linux? -


i'm trying display top-level page table of process created.

how can page table content of process inside module write in linux?

i'm using ubuntu 14.04 lts virtual machine on windows 8 host 64-bit intel architecture.

even though don't know exact answer question , have been looking same. sum of research below:

  1. you should consult process descriptor contains link memory descriptor (mm_struct). if check memory descriptor contains information how process using memory. think problem check pgd pointer global page directory of process.
  2. hopefully written module virtualization driver if check mmap_base field of memory descriptor

if know answer please share here; looking same


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -