Fast fxsave/fxrstor
This commit is contained in:
parent
ac739aa8b7
commit
4e74efdf0c
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: cpu.h,v 1.146 2003-10-24 18:34:15 sshwarts Exp $
|
||||
// $Id: cpu.h,v 1.147 2003-10-24 20:44:43 sshwarts Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2001 MandrakeSoft S.A.
|
||||
@ -605,9 +605,10 @@ typedef struct {
|
||||
|
||||
#if BX_SUPPORT_X86_64
|
||||
// x86-64 EFER bits
|
||||
bx_bool sce;
|
||||
bx_bool lme;
|
||||
bx_bool lma;
|
||||
bx_bool sce; // system call extensions
|
||||
bx_bool lme; // long mode enable
|
||||
bx_bool lma; // long mode active
|
||||
bx_bool ffxsr; // fast FXSAVE/FXRSTOR
|
||||
|
||||
Bit64u star;
|
||||
Bit64u lstar;
|
||||
|
Loading…
Reference in New Issue
Block a user