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:
- 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.
- hopefully written module virtualization driver if check mmap_base field of memory descriptor
if know answer please share here; looking same
Comments
Post a Comment