2008/5/28 sahlot arvind <[EMAIL PROTECTED]>:
> I am working on Linux 2.6 and inside the init function of my module I am
> doing this -
>
> -------------
> init_module ()
> {
>      va = kmalloc (4096, GFP_KERNEL);
> }
> --------------
>
> Now I want to read the page table entry for this va?
> What is the right way to do that?
> Thanks in advance
> - A
>

Hi,

Is it not the pte_page macro that you are looking for ?

Cheers,
Cédric

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to