diff options
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r-- | opcodes/i386-opc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index fd3675a58d4..168729fec62 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -290,6 +290,8 @@ enum CpuTLBSYNC, /* SNP instructions required */ CpuSNP, + /* RMPQUERY instruction required */ + CpuRMPQUERY, /* NOTE: These last three items need to remain last and in this order. */ @@ -447,6 +449,7 @@ typedef union i386_cpu_flags unsigned int cpuinvlpgb:1; unsigned int cputlbsync:1; unsigned int cpusnp:1; + unsigned int cpurmpquery:1; /* NOTE: These last three fields need to remain last and in this order. */ unsigned int cpu64:1; unsigned int cpuno64:1; |