Re: Get instruction opcode + operands for page fault

2018-02-04 Thread Adam Lackorzynski
Hi, On Fri Feb 02, 2018 at 14:32:08 +0100, Josef Stark wrote: > when a page fault occurs, does the Instruction Register contain the actual > instruction that caused the fault or the previous instruction? In the former > case, how can I access it? I need the opcode + the operands (like > source/tar

Re: MIPS Creator CI20 patches (again)

2018-02-04 Thread Adam Lackorzynski
On Fri Feb 02, 2018 at 16:45:13 +0100, Paul Boddie wrote: > On Wednesday 10. January 2018 00.48.03 Adam Lackorzynski wrote: > > > > Adding the .global to the asm block makes thread2 a global symbol which > > I'd like not to have here (contrary to L4UTIL_THREAD_FUNC). Just doing > > "static void t

Re: MIPS Creator CI20 patches (again)

2018-02-04 Thread Paul Boddie
On Monday 5. February 2018 00.02.47 Adam Lackorzynski wrote: > On Fri Feb 02, 2018 at 16:45:13 +0100, Paul Boddie wrote: > > > > There seems to be a "kernel" UART, but the userspace seems to have the > > configuration details in l4/pkg/bootstrap/server/src/platform for each > > board. Does the ker