code location where memory for page structures is allocated.

AYAN KUMAR HALDER ayankumarh at gmail.com
Tue Jun 24 06:45:42 EDT 2014


On Tue, Jun 24, 2014 at 3:54 PM, sandeep kumar
<coolsandyforyou at gmail.com> wrote:
> Hi All
>
> For each physical page, there will be a corresponding "struct page"
> Can anyone tell me, in ARM architecure the code location where "struct page"
> memory allocation happens..
>
>
To give you a small pointer, the page tables are set in paging_init(),
arch/arm/mm/mmu.c.
Is this what you are looking for.

Regards,
Ayan Kumar Halder



More information about the Kernelnewbies mailing list