search for: opc_emulated

Displaying 1 result from an estimated 1 matches for "opc_emulated".

2005 Sep 27
0
[PATCH][VT] add "wbinvd" instruction emulattion for real mode code
...6.c Fri Sep 23 11:52:43 2005 +++ b/tools/firmware/vmxassist/vm86.c Tue Sep 27 17:17:25 2005 @@ -752,6 +752,9 @@ goto invalid; } break; + case 0x09: /* wbinvd */ + asm volatile("wbinvd"); + return OPC_EMULATED; case 0x20: /* mov Rd, Cd (1h) */ case 0x22: if (!movcr(regs, prefix, opc)) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel