linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux page table
@ 2012-09-01 19:30 Xin Tong
  2012-09-01 20:01 ` Shentino
  2012-09-02  8:10 ` Jiri Kosina
  0 siblings, 2 replies; 7+ messages in thread
From: Xin Tong @ 2012-09-01 19:30 UTC (permalink / raw)
  To: linux-kernel

When a process is created in Linux, corresponding page table is
implemented. In the current x86 linux, the page table is a multi-level
page table and CR3 points to the first level of the page table.  I
have 2 questions.

1. is the value in CR3 virtual address or physical address ?
2. can the address of the first level of the page table during a
process's lifetime change ?
3. can two different processes have their CR3 being the same value
even though they have different first level page tables ?

Thanks

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-09-04  8:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-01 19:30 linux page table Xin Tong
2012-09-01 20:01 ` Shentino
2012-09-01 20:12   ` Xin Tong
2012-09-02  8:10 ` Jiri Kosina
2012-09-02 15:56   ` Xin Tong
2012-09-02 18:26     ` Jiri Kosina
2012-09-04  8:48       ` Cong Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).