Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verification for IOAPIC PR seL4/seL4#896 #753

Merged
merged 5 commits into from
Jun 12, 2024
Merged

verification for IOAPIC PR seL4/seL4#896 #753

merged 5 commits into from
Jun 12, 2024

Commits on Jun 11, 2024

  1. x64 aspec+haskell: add x64_ioapic_nirqs to arch_state

    Separate IOAPICs can have different max numbers of IRQs. This PR adds
    the logic of seL4/seL4#896 for that to the specs.
    
    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b1d68c1 View commit details
    Browse the repository at this point in the history
  2. x64 ainvs+refine: ioapic_nirqs proof updates

    Slighly weaken arch_irq_control_inv_valid -- the condition
    `pin < ioapicIRQLines` was unused and would now require a new state
    invariant on x64_ioapic_nirqs to prove.
    
    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5c1b5fe View commit details
    Browse the repository at this point in the history
  3. x64 refine: additional IOAPIC invariants

    Place constraints on the new IOPAPIC state components x64KSNumIOAPICs
    and x64KSIOAPICnIRQs to support CRefine arithmetic.
    
    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bd06bf5 View commit details
    Browse the repository at this point in the history
  4. word_lib+crefine: move in word lemmas from CRefine

    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0945df5 View commit details
    Browse the repository at this point in the history
  5. x64 crefine: ioapic_nirqs proof updates

    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2ea3fc6 View commit details
    Browse the repository at this point in the history