|
Using supervisor mode PPC operations from userland
|
11/15/2013 6:17 PM
post106811
|
Using supervisor mode PPC operations from userland
Hello,
I'm debugging an embedded device and would like to interrupt when there is a write to a particular hardware address.
The easiest way to do this would be to make use of the PPC debug registers, but those are privileged.
It would be nice to have access to those registers without making kernel changes. Do I have options here? I realize
that keeping userland processes out of Ring0 is a major goal, but I'm hoping there's some sort of workaround.
|
|
|