Merge branch 'topic/ppc-kvm' into next
This brings in two series from Paul, one of which touches KVM code and may need to be merged into the kvm-ppc tree to resolve conflicts.
This commit is contained in:
@@ -232,6 +232,7 @@
|
||||
#define PPC_INST_MSGSYNC 0x7c0006ec
|
||||
#define PPC_INST_MSGSNDP 0x7c00011c
|
||||
#define PPC_INST_MSGCLRP 0x7c00015c
|
||||
#define PPC_INST_MTMSRD 0x7c000164
|
||||
#define PPC_INST_MTTMR 0x7c0003dc
|
||||
#define PPC_INST_NOP 0x60000000
|
||||
#define PPC_INST_PASTE 0x7c20070d
|
||||
@@ -239,8 +240,10 @@
|
||||
#define PPC_INST_POPCNTB_MASK 0xfc0007fe
|
||||
#define PPC_INST_POPCNTD 0x7c0003f4
|
||||
#define PPC_INST_POPCNTW 0x7c0002f4
|
||||
#define PPC_INST_RFEBB 0x4c000124
|
||||
#define PPC_INST_RFCI 0x4c000066
|
||||
#define PPC_INST_RFDI 0x4c00004e
|
||||
#define PPC_INST_RFID 0x4c000024
|
||||
#define PPC_INST_RFMCI 0x4c00004c
|
||||
#define PPC_INST_MFSPR 0x7c0002a6
|
||||
#define PPC_INST_MFSPR_DSCR 0x7c1102a6
|
||||
@@ -278,6 +281,7 @@
|
||||
#define PPC_INST_TRECHKPT 0x7c0007dd
|
||||
#define PPC_INST_TRECLAIM 0x7c00075d
|
||||
#define PPC_INST_TABORT 0x7c00071d
|
||||
#define PPC_INST_TSR 0x7c0005dd
|
||||
|
||||
#define PPC_INST_NAP 0x4c000364
|
||||
#define PPC_INST_SLEEP 0x4c0003a4
|
||||
|
Reference in New Issue
Block a user