linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How can I jump to non-linux address space?
@ 2001-10-04  1:10 Ian Thompson
  2001-10-04  9:04 ` Helge Hafting
  2001-10-04 20:35 ` Russell King
  0 siblings, 2 replies; 12+ messages in thread
From: Ian Thompson @ 2001-10-04  1:10 UTC (permalink / raw)
  To: linux-kernel

Hi all,

I'm sorry if this is off-topic, but I wasn't sure where else to ask...

My kernel is running from RAM, and I want to jump to an address in ROM
(which unfortunately, the kernel doesn't seem to know anything about).  I
don't plan on trying to resume the kernel after doing this.  However, I'm
getting a prefetch abort.  If I try and load the data, I get a similar
error: "Unable to handle kernel paging request at virtual address 00003000"
where 0x3000 is the ROM address I'm trying to jump to / load from.  How can
I pass execution to this address?  Do I have to turn off the MMU?  FYI, I'm
running a 2.2 variant on an XScale, and used inline assembly to generate the
load & the branch.

Thanks for your help,

-ian


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

end of thread, other threads:[~2001-10-08 20:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-04  1:10 How can I jump to non-linux address space? Ian Thompson
2001-10-04  9:04 ` Helge Hafting
2001-10-04 19:40   ` Ian Thompson
2001-10-04 20:32     ` Richard B. Johnson
2001-10-05  0:35       ` Ian Thompson
2001-10-05  7:55         ` Russell King
2001-10-08 12:51         ` Richard B. Johnson
2001-10-04 20:35 ` Russell King
2001-10-06  0:38   ` Ian Thompson
2001-10-06  7:57     ` Russell King
2001-10-08 17:43       ` Ian Thompson
2001-10-08 20:01         ` Russell King

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