Class CpuIncompatible81EDX

All Implemented Interfaces:
Serializable

public class CpuIncompatible81EDX extends CpuIncompatible
See Also:
  • Field Details

    • nx

      public boolean nx
    • ffxsr

      public boolean ffxsr
    • rdtscp

      public boolean rdtscp
    • lm

      public boolean lm
    • other

      public boolean other
    • otherOnly

      public boolean otherOnly
  • Constructor Details

    • CpuIncompatible81EDX

      public CpuIncompatible81EDX()
  • Method Details

    • isNx

      public boolean isNx()
    • isFfxsr

      public boolean isFfxsr()
    • isRdtscp

      public boolean isRdtscp()
    • isLm

      public boolean isLm()
    • isOther

      public boolean isOther()
    • isOtherOnly

      public boolean isOtherOnly()
    • setNx

      public void setNx(boolean nx)
    • setFfxsr

      public void setFfxsr(boolean ffxsr)
    • setRdtscp

      public void setRdtscp(boolean rdtscp)
    • setLm

      public void setLm(boolean lm)
    • setOther

      public void setOther(boolean other)
    • setOtherOnly

      public void setOtherOnly(boolean otherOnly)