public class CpuIncompatible81EDX extends CpuIncompatible
| Modifier and Type | Field and Description |
|---|---|
boolean |
ffxsr |
boolean |
lm |
boolean |
nx |
boolean |
other |
boolean |
otherOnly |
boolean |
rdtscp |
desiredBits, host, level, registerBits, registerNamedynamicProperty, dynamicType, faultCause, faultMessagedetail| Constructor and Description |
|---|
CpuIncompatible81EDX() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFfxsr() |
boolean |
isLm() |
boolean |
isNx() |
boolean |
isOther() |
boolean |
isOtherOnly() |
boolean |
isRdtscp() |
void |
setFfxsr(boolean ffxsr) |
void |
setLm(boolean lm) |
void |
setNx(boolean nx) |
void |
setOther(boolean other) |
void |
setOtherOnly(boolean otherOnly) |
void |
setRdtscp(boolean rdtscp) |
getDesiredBits, getHost, getLevel, getRegisterBits, getRegisterName, setDesiredBits, setHost, setLevel, setRegisterBits, setRegisterNamegetDynamicProperty, getDynamicType, getFaultCause, getFaultMessage, setDynamicProperty, setDynamicType, setFaultCause, setFaultMessagegetCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic boolean nx
public boolean ffxsr
public boolean rdtscp
public boolean lm
public boolean other
public boolean otherOnly
public boolean isNx()
public boolean isFfxsr()
public boolean isRdtscp()
public boolean isLm()
public boolean isOther()
public boolean isOtherOnly()
public void setNx(boolean nx)
public void setFfxsr(boolean ffxsr)
public void setRdtscp(boolean rdtscp)
public void setLm(boolean lm)
public void setOther(boolean other)
public void setOtherOnly(boolean otherOnly)
Copyright © 2011-2012. All Rights Reserved.