kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* VMA of processes and CPU registers
@ 2011-04-19 22:56 limp
  2011-04-19 23:20 ` Dave Hylands
  0 siblings, 1 reply; 13+ messages in thread
From: limp @ 2011-04-19 22:56 UTC (permalink / raw)
  To: kernelnewbies

Hi all,

I know that each user processes has a number of virtual memory areas (VMA)
which consist its (virtual memory) address space. For example cat
/proc/1426/maps will return the (virtual memory) address space of the
process 1426.

What I don't know for sure is if the actual CPU registers contain the
virtual address of a running process or the "translated" by MMU physical
address. 

I think that every access to a VA must be resolved to a corresponding PA so
I guess the CPU registers will deal with the physical addresses rather than
the virtual ones but I wanted to be sure about it.

Thank you all for your help.

John K.

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

end of thread, other threads:[~2011-04-27 18:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-19 22:56 VMA of processes and CPU registers limp
2011-04-19 23:20 ` Dave Hylands
2011-04-20 11:01   ` limp
2011-04-20 16:03     ` mindentropy
2011-04-25  8:55       ` Prabhu nath
2011-04-25 16:38         ` mindentropy
2011-04-27  4:33           ` Prabhu nath
2011-04-27  4:48             ` Mulyadi Santosa
2011-04-27 18:30             ` mindentropy
2011-04-20 17:30     ` Dave Hylands
2011-04-20 18:08       ` mindentropy
2011-04-21  1:22         ` Dave Hylands
2011-04-21 19:54           ` mindentropy

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).