x86: support VMGEXIT
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index 1718ca2751195863fdadaf4943746728e7850f28..a831146a5c69e67e83d7818189d25d8614e48d1e 100644 (file)
@@ -247,6 +247,8 @@ enum
   CpuRDPRU,
   /* MCOMMIT instruction required */
   CpuMCOMMIT,
+  /* SEV-ES instruction(s) required */
+  CpuSEV_ES,
   /* 64bit support required  */
   Cpu64,
   /* Not supported in the 64bit mode  */
@@ -378,6 +380,7 @@ typedef union i386_cpu_flags
       unsigned int cpuenqcmd:1;
       unsigned int cpurdpru:1;
       unsigned int cpumcommit:1;
+      unsigned int cpusev_es:1;
       unsigned int cpu64:1;
       unsigned int cpuno64:1;
 #ifdef CpuUnused
This page took 0.023313 seconds and 4 git commands to generate.