All of lore.kernel.org
 help / color / mirror / Atom feed
* linux page table
@ 2002-06-17 15:58 anya aitali
  2002-06-17 23:19 ` William Lee Irwin III
  2002-06-17 23:25 ` William Lee Irwin III
  0 siblings, 2 replies; 10+ messages in thread
From: anya aitali @ 2002-06-17 15:58 UTC (permalink / raw)
  To: linux-mm

[-- Attachment #1: Type: text/plain, Size: 349 bytes --]

Hi 
Can you oriented me. I had a PFN (page frame number) for 
one page and I want assign it to a entry for a pte_page.
What are the LINUX kernel functions should I use.
Thanks. 

_________________________________________________________ 
Envoyez des messages musicaux sur le portable de vos amis 
 http://mobile.lycos.fr/mobile/local/sms_musicaux/


^ permalink raw reply	[flat|nested] 10+ messages in thread
* 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; 10+ 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] 10+ messages in thread

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-17 15:58 linux page table anya aitali
2002-06-17 23:19 ` William Lee Irwin III
2002-06-17 23:25 ` William Lee Irwin III
  -- strict thread matches above, loose matches on Subject: below --
2012-09-01 19:30 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.