public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* PFN to virtual address for identity mapped segment
@ 2003-11-23 12:38 Arvind Kandhare
  2003-11-24  0:27 ` Keith Owens
  2003-11-24 10:38 ` Abbott, Phillip
  0 siblings, 2 replies; 3+ messages in thread
From: Arvind Kandhare @ 2003-11-23 12:38 UTC (permalink / raw)
  To: linux-ia64

Hi,
We are working on porting LKCD (Linux Kernel Crash Dump) to the ia64 platform.
The normal dumping procedure goes through all the Physical Page Frame Numbers,
finds out the corresponding virtual addresses for all of them and dumps the data.

We are facing difficulty in finding out corresponding virtual address if
it is in the identity mapped region (region 7). The macro pfn_to_page does not seem to return
proper page structure for this region although region 7 does seem to have corresponding page
table entries (in the PTE table).
But it does not have entries for memory for the pages which are allocated by the alloc_pages call.

Please let us know whether our understanding is correct. Any more light on this matter will be really helpful.

Thanks and regards,
Arvind


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

end of thread, other threads:[~2003-11-24 10:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-23 12:38 PFN to virtual address for identity mapped segment Arvind Kandhare
2003-11-24  0:27 ` Keith Owens
2003-11-24 10:38 ` Abbott, Phillip

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