• 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
            • Ea-to-la
            • Segment-base-and-bounds
            • Ia32e-segmentation
            • Eas-to-las
            • Ia32-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

Segmentation

Specification of x86 segmentation.

This includes the translation of effective addresses to linear addresses and functions to read and write memory via effective addresses.

Subtopics

Ea-to-la
Translate an effective address to a canonical linear address.
Segment-base-and-bounds
Return a segment's base linear address, lower bound, and upper bound.
Ia32e-segmentation
Specification of Segmentation in 64-bit Mode
Eas-to-las
Translate a sequence of contiguous effective addresses to linear addresses.
Ia32-segmentation
Specification of Segmentation in 32-bit Mode