public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
* Accessing memory remote across the bus in the same way as local memory
@ 2004-06-18 23:26 James Bottomley
  2004-06-18 23:32 ` David S. Miller
  2004-06-19  4:05 ` Paul Mackerras
  0 siblings, 2 replies; 5+ messages in thread
From: James Bottomley @ 2004-06-18 23:26 UTC (permalink / raw)
  To: linux-arch

The question has come up [in the DMA API issues thread on lkml] of
whether we can access on chip memory areas as though they were normal
memory (i.e. use normal reads and writes to access it).

The memory regions in question would have to be accessible via MMIO
cycles on the bus and be aligned and sized as multiples of PAGE_SIZE.

The question is given the constraints, can we pull page table tricks on
every platform to make this bus remote memory look like real memory?

I know ioremap() read[bwl]/write[bwl] etc. is what we currently tell
people to do, but I'm curious to know if there's actually a platform
that has some type of limitation that requires bus remote memory to be
treated differently.  Rather than simply being a convenience, like we
use it as on parisc today.

James

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

end of thread, other threads:[~2004-06-19 14:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-18 23:26 Accessing memory remote across the bus in the same way as local memory James Bottomley
2004-06-18 23:32 ` David S. Miller
2004-06-18 23:43   ` James Bottomley
2004-06-19  4:05 ` Paul Mackerras
2004-06-19 14:02   ` James Bottomley

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