From mboxrd@z Thu Jan 1 00:00:00 1970 From: kernelnewbies@mail.i88.de (Micha M.) Date: Tue, 7 Jun 2011 22:47:16 +0200 Subject: Calling function from address Message-ID: <20110607204716.GV1112@mailer.i88.de> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi! Is it possible to call a function that is somewere in the physical-address space? So I'd like to jump to a certain physical address, execute the code there and then return to my kernel module. I already tried to ioremap that address and cast the new address to a funtion pointer and then call the function, but there where some page faults. Regards #micha -- /* To err is human; to really fuck things up requires the root password */