]> Git Repo - linux.git/commit
powerpc: Load Monitor Register Support
authorJack Miller <[email protected]>
Thu, 9 Jun 2016 02:31:09 +0000 (12:31 +1000)
committerMichael Ellerman <[email protected]>
Tue, 21 Jun 2016 05:30:50 +0000 (15:30 +1000)
commitbd3ea317fddfd0f2044f94bed294b90c4bc8e69e
tree051da254ea09ce51759123472fbcc52002c0ad53
parentb57bd2de8c6c9aa03f1b899edd6f5582cc8b5b08
powerpc: Load Monitor Register Support

This enables new registers, LMRR and LMSER, that can trigger an EBB in
userspace code when a monitored load (via the new ldmx instruction)
loads memory from a monitored space. This facility is controlled by a
new FSCR bit, LM.

This patch disables the FSCR LM control bit on task init and enables
that bit when a load monitor facility unavailable exception is taken
for using it. On context switch, this bit is then used to determine
whether the two relevant registers are saved and restored. This is
done lazily for performance reasons.

Signed-off-by: Jack Miller <[email protected]>
Signed-off-by: Michael Neuling <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
arch/powerpc/include/asm/processor.h
arch/powerpc/include/asm/reg.h
arch/powerpc/kernel/process.c
arch/powerpc/kernel/traps.c
This page took 0.057323 seconds and 4 git commands to generate.