LWN.net Logo

Four-level page tables

Four-level page tables

Posted Mar 13, 2007 5:41 UTC (Tue) by amit2030 (guest, #27378)
In reply to: Four-level page tables by ajax
Parent article: Four-level page tables

From the kernel code, the first line is actually two lines:

struct mm_struct *mm = current->mm;
pgd = pgd_offset(mm, address);


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds