• 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
          • 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
  • X86isa

Machine

Core elements of the x86 ISA, like the x86 state, decoder function, etc., and proofs about the x86 ISA specification.

Subtopics

X86isa-state
The state of the x86isa model
Syscalls
Extending the x86 ISA with the system call model in the application-level view
Cpuid
Determining which CPUID features are supported in x86isa
Linear-memory
Linear Memory Accessor and Updater Functions
Rflag-specifications
Specifications of rflags
Characterizing-undefined-behavior
An undef field in the x86 state feeds unknown values to processor components that are undefined
Top-level-memory
Top-level Memory Accessor and Updater Functions
App-view
Application-level view of the x86 model
X86-decoder
Definitions of the x86 fetch, decode, and execute function and the top-level run function
Physical-memory
Physical memory read and write functions
Decoding-and-spec-utils
Miscellaneous utilities for instruction decoding and for writing instruction specification functions
Instructions
Umbrella topic for specification of Intel's x86 instructions
Register-readers-and-writers
Top-level utilities for reading and writing into various registers
X86-modes
Modes of operation of the processor.
Segmentation
Specification of x86 segmentation.
Other-non-deterministic-computations
Definitions of other non-deterministic computations
Environment
Defining the environment field for reasoning about non-deterministic computations
Paging
Specification of x86 Paging