summaryrefslogtreecommitdiffstats
path: root/src/include/arch/ppc.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/arch/ppc.H')
-rw-r--r--src/include/arch/ppc.H6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/arch/ppc.H b/src/include/arch/ppc.H
index 5d2e51a7b..7807b5743 100644
--- a/src/include/arch/ppc.H
+++ b/src/include/arch/ppc.H
@@ -324,6 +324,12 @@ inline void MAGIC_INSTRUCTION(int _n)
enum
{
+ MAGIC_SIMICS_CORESTATESAVE = 10, // Indicate to the PHYP model of simics
+ // that we are preparing to wake up a core
+ // or thread. This allows them to save
+ // some state from the core doing the
+ // wakeup to apply into the woken one.
+
MAGIC_SHUTDOWN = 7006, // KernelMisc::shutdown() called.
MAGIC_BREAK = 7007, // hard-code a breakpoint
MAGIC_CONTINUOUS_TRACE = 7055, // extract mixed trace buffer
OpenPOWER on IntegriCloud