• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Community
    • 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
        • Implemented-opcodes
        • To-do
        • Proof-utilities
        • Peripherals
        • Model-validation
        • Modelcalls
        • Concrete-simulation-examples
        • Utils
          • Structures
            • Rflagsbits
            • Cr4bits
            • Xcr0bits
            • Cr0bits
            • Prefixes
            • Ia32_eferbits
            • Evex-byte1
            • Cr3bits
            • Evex-byte3
            • Vex3-byte2
            • Vex3-byte1
            • Vex2-byte1
            • Evex-prefixes
            • Evex-byte2
            • Vex-prefixes
            • Sib
            • Modr/m-structures
            • Vex-prefixes-layout-structures
            • Sib-structures
            • Legacy-prefixes-layout-structure
            • Evex-prefixes-layout-structures
            • Cr8bits
            • Opcode-maps-structures
            • Segmentation-bitstructs
              • System-segment-descriptorbits
              • Data-segment-descriptorbits
              • Code-segment-descriptorbits
              • Interrupt/trap-gate-descriptorbits
              • Call-gate-descriptorbits
              • Data-segment-descriptor-attributesbits
              • Code-segment-descriptor-attributesbits
              • System-segment-descriptor-attributesbits
              • Interrupt/trap-gate-descriptor-attributesbits
              • Call-gate-descriptor-attributesbits
              • Segment-selectorbits
              • Hidden-segment-registerbits
              • Gdtr/idtrbits
                • !gdtr/idtrbits->base-addr
                • !gdtr/idtrbits->limit
                  • Gdtr/idtrbits->base-addr
                  • Gdtr/idtrbits->limit
                  • Gdtr/idtrbits-fix
                  • Gdtr/idtrbits-p
                • Interrupt/trap-gate-descriptor-attributesbits-equiv-under-mask
                • System-segment-descriptorbits-debug
                • System-segment-descriptor-attributesbits-equiv-under-mask
                • Interrupt/trap-gate-descriptorbits-equiv-under-mask
                • Data-segment-descriptor-attributesbits-equiv-under-mask
                • Code-segment-descriptor-attributesbits-equiv-under-mask
                • Call-gate-descriptor-attributesbits-equiv-under-mask
                • System-segment-descriptorbits-equiv-under-mask
                • Interrupt/trap-gate-descriptorbits-debug
                • Hidden-segment-registerbits-equiv-under-mask
                • Data-segment-descriptorbits-equiv-under-mask
                • Data-segment-descriptorbits-debug
                • Data-segment-descriptor-attributesbits-debug
                • Code-segment-descriptorbits-equiv-under-mask
                • Code-segment-descriptorbits-debug
                • Code-segment-descriptor-attributesbits-debug
                • Call-gate-descriptorbits-equiv-under-mask
                • System-segment-descriptor-attributesbits-debug
                • Segment-selectorbits-equiv-under-mask
                • Interrupt/trap-gate-descriptor-attributesbits-debug
                • Call-gate-descriptorbits-debug
                • Gdtr/idtrbits-equiv-under-mask
                • Call-gate-descriptor-attributesbits-debug
                • Segment-selectorbits-debug
                • Hidden-segment-registerbits-debug
                • Gdtr/idtrbits-debug
              • 8bits
              • 2bits
              • 4bits
              • 16bits
              • Paging-bitstructs
              • 3bits
              • 11bits
              • 40bits
              • 5bits
              • 32bits
              • 19bits
              • 10bits
              • 7bits
              • 64bits
              • 54bits
              • 45bits
              • 36bits
              • 31bits
              • 24bits
              • 22bits
              • 17bits
              • 13bits
              • 12bits
              • 6bits
              • Vex->x
              • Vex->b
              • Vex-prefixes-map-p
              • Vex-prefixes-byte0-p
              • Vex->w
              • Vex->vvvv
              • Vex->r
              • Fp-bitstructs
              • Cr4bits-debug
              • Vex->pp
              • Vex->l
              • Rflagsbits-debug
              • Evex->v-prime
              • Evex->z
              • Evex->w
              • Evex->vvvv
              • Evex->vl/rc
              • Evex->pp
              • Evex->aaa
              • Xcr0bits-debug
              • Vex3-byte1-equiv-under-mask
              • Vex3-byte2-equiv-under-mask
              • Vex2-byte1-equiv-under-mask
              • Vex-prefixes-equiv-under-mask
              • Rflagsbits-equiv-under-mask
              • Ia32_eferbits-equiv-under-mask
              • Evex-prefixes-equiv-under-mask
              • Evex-byte3-equiv-under-mask
              • Evex-byte2-equiv-under-mask
              • Evex-byte1-equiv-under-mask
              • Cr0bits-debug
              • Xcr0bits-equiv-under-mask
              • Sib-equiv-under-mask
              • Prefixes-equiv-under-mask
              • Cr8bits-equiv-under-mask
              • Cr4bits-equiv-under-mask
              • Cr3bits-equiv-under-mask
              • Cr0bits-equiv-under-mask
              • Vex3-byte1-debug
              • Prefixes-debug
              • Ia32_eferbits-debug
              • Evex-byte1-debug
              • Vex3-byte2-debug
              • Vex2-byte1-debug
              • Vex-prefixes-debug
              • Evex-prefixes-debug
              • Evex-byte3-debug
              • Evex-byte2-debug
              • Cr3bits-debug
              • Sib-debug
              • Cr8bits-debug
            • Utilities
          • Debugging-code-proofs
        • Axe
        • Execloader
      • Math
      • Testing-utilities
    • Gdtr/idtrbits

    !gdtr/idtrbits->limit

    Update the |X86ISA|::|LIMIT| field of a gdtr/idtrbits bit structure.

    Signature
    (!gdtr/idtrbits->limit limit x) → new-x
    Arguments
    limit — Guard (16bits-p limit).
    x — Guard (gdtr/idtrbits-p x).
    Returns
    new-x — Type (gdtr/idtrbits-p new-x).

    Definitions and Theorems

    Function: !gdtr/idtrbits->limit$inline

    (defun !gdtr/idtrbits->limit$inline (limit x)
     (declare (xargs :guard (and (16bits-p limit)
                                 (gdtr/idtrbits-p x))))
     (mbe
      :logic
      (b* ((limit (mbe :logic (16bits-fix limit)
                       :exec limit))
           (x (gdtr/idtrbits-fix x)))
        (part-install limit x
                      :width 16
                      :low 64))
      :exec (the (unsigned-byte 80)
                 (logior (the (unsigned-byte 80)
                              (logand (the (unsigned-byte 80) x)
                                      (the (signed-byte 81)
                                           -1208907372870555465154561)))
                         (the (unsigned-byte 80)
                              (ash (the (unsigned-byte 16) limit)
                                   64))))))

    Theorem: gdtr/idtrbits-p-of-!gdtr/idtrbits->limit

    (defthm gdtr/idtrbits-p-of-!gdtr/idtrbits->limit
      (b* ((new-x (!gdtr/idtrbits->limit$inline limit x)))
        (gdtr/idtrbits-p new-x))
      :rule-classes :rewrite)

    Theorem: !gdtr/idtrbits->limit$inline-of-16bits-fix-limit

    (defthm !gdtr/idtrbits->limit$inline-of-16bits-fix-limit
      (equal (!gdtr/idtrbits->limit$inline (16bits-fix limit)
                                           x)
             (!gdtr/idtrbits->limit$inline limit x)))

    Theorem: !gdtr/idtrbits->limit$inline-16bits-equiv-congruence-on-limit

    (defthm
          !gdtr/idtrbits->limit$inline-16bits-equiv-congruence-on-limit
      (implies (16bits-equiv limit limit-equiv)
               (equal (!gdtr/idtrbits->limit$inline limit x)
                      (!gdtr/idtrbits->limit$inline limit-equiv x)))
      :rule-classes :congruence)

    Theorem: !gdtr/idtrbits->limit$inline-of-gdtr/idtrbits-fix-x

    (defthm !gdtr/idtrbits->limit$inline-of-gdtr/idtrbits-fix-x
      (equal (!gdtr/idtrbits->limit$inline limit (gdtr/idtrbits-fix x))
             (!gdtr/idtrbits->limit$inline limit x)))

    Theorem: !gdtr/idtrbits->limit$inline-gdtr/idtrbits-equiv-congruence-on-x

    (defthm
       !gdtr/idtrbits->limit$inline-gdtr/idtrbits-equiv-congruence-on-x
      (implies (gdtr/idtrbits-equiv x x-equiv)
               (equal (!gdtr/idtrbits->limit$inline limit x)
                      (!gdtr/idtrbits->limit$inline limit x-equiv)))
      :rule-classes :congruence)

    Theorem: !gdtr/idtrbits->limit-is-gdtr/idtrbits

    (defthm !gdtr/idtrbits->limit-is-gdtr/idtrbits
      (equal (!gdtr/idtrbits->limit limit x)
             (change-gdtr/idtrbits x :limit limit)))

    Theorem: gdtr/idtrbits->limit-of-!gdtr/idtrbits->limit

    (defthm gdtr/idtrbits->limit-of-!gdtr/idtrbits->limit
      (b* ((?new-x (!gdtr/idtrbits->limit$inline limit x)))
        (equal (gdtr/idtrbits->limit new-x)
               (16bits-fix limit))))

    Theorem: !gdtr/idtrbits->limit-equiv-under-mask

    (defthm !gdtr/idtrbits->limit-equiv-under-mask
      (b* ((?new-x (!gdtr/idtrbits->limit$inline limit x)))
        (gdtr/idtrbits-equiv-under-mask new-x x 18446744073709551615)))