public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* question on memory map of process on i386
@ 2005-08-03 23:28 Christopher Friesen
  2005-08-04  3:56 ` Steven Rostedt
  2005-08-04  4:22 ` Keith Owens
  0 siblings, 2 replies; 4+ messages in thread
From: Christopher Friesen @ 2005-08-03 23:28 UTC (permalink / raw)
  To: Linux Kernel Mailing List


On i386, /proc/<pid>/maps shows the following entry:

ffffe000-fffff000 ---p 00000000 00:00 0

This page of memory is way up above TASK_SIZE (which is 0xc0000000), so 
how is it visible to userspace?

Just to complicate things,  I seem to find the vma for this page using 
find_vma_prev().

Can anyone explain what's going on?



Thanks,

Chris

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

end of thread, other threads:[~2005-08-04  6:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-03 23:28 question on memory map of process on i386 Christopher Friesen
2005-08-04  3:56 ` Steven Rostedt
2005-08-04  4:22 ` Keith Owens
2005-08-04  6:58   ` Christopher Friesen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox