• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
      • X86isa
        • Program-execution
        • Sdm-instruction-set-summary
        • Tlb
        • Running-linux
        • Introduction
        • Asmtest
        • X86isa-build-instructions
        • Publications
        • Contributors
        • Machine
          • X86isa-state
          • Syscalls
          • Cpuid
          • Linear-memory
          • Rflag-specifications
          • Characterizing-undefined-behavior
          • Top-level-memory
          • App-view
          • X86-decoder
          • Physical-memory
          • Decoding-and-spec-utils
          • Instructions
          • Register-readers-and-writers
          • X86-modes
            • 64-bit-modep
            • X86-operation-mode
          • Segmentation
          • Other-non-deterministic-computations
          • Environment
          • Paging
        • Implemented-opcodes
        • To-do
        • Proof-utilities
        • Peripherals
        • Model-validation
        • Modelcalls
        • Concrete-simulation-examples
        • Utils
        • Debugging-code-proofs
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Machine

X86-modes

Modes of operation of the processor.

For now we do not model in detail all the processor modes and transitions (see Figure 2-3 in Intel Volume 3A). We implicitly assume that the processor is always in one of the following modes:

  • Protected mode.
  • Compatibility mode (sub-mode of IA-32e mode).
  • 64-bit mode (sub-mode of IA-32e mode).

No real-address mode, virtual-8086 mode, or system management mode for now.

Subtopics

64-bit-modep
Check whether we are in 64-bit mode.
X86-operation-mode
Returns the current mode of operation of the x86 machine