[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: kernel VM area issue
On Tue, Oct 02, 2001 at 10:15:14AM -0400, Fabrice Tchakountio wrote:
> Hi Christoph -
>
> I'm totally new to the Linux VM system.
>
> So how can we retrieve the pointer to the appropriate kernel physical
> pages, the kernel VM addres ?
virt_to_page(vaddr) give you the struct page for a given kernel virtual
address.
Christoph
--
Whip me. Beat me. Make me maintain AIX.
-
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
IRC Channel: irc.openprojects.net / #kernelnewbies
Web Page: http://www.kernelnewbies.org/