lh-l4v/proof/sep-capDL
Alejandro Gomez-Londono 796887d9b1 Removes all trailing whitespaces 2017-07-12 15:13:51 +10:00
..
AbstractSeparationHelpers_SD.thy Import release snapshot. 2014-07-14 21:32:44 +02:00
AbstractSeparation_SD.thy Isabelle2016-1: rename proof method 'default' to 'standard' 2017-01-05 14:25:23 +11:00
Frame_SD.thy wp_cleanup: update proofs for new wp behaviour 2017-01-13 14:04:15 +01:00
Helpers_SD.thy wp_cleanup: update proofs for new wp behaviour 2017-01-13 14:04:15 +01:00
Lookups_D.thy capDL: remove duplicate wordbits 2016-05-16 21:11:40 +10:00
README.md misc: Proofing and formatting of README.md files. 2014-07-28 13:15:48 +10:00
Sep_Tactic_Helper.thy Removes all trailing whitespaces 2017-07-12 15:13:51 +10:00
Separation_SD.thy Isabelle2016-1: update references to renamed constants and facts 2017-01-05 14:23:05 +11:00
Types_SD.thy Import release snapshot. 2014-07-14 21:32:44 +02:00

README.md

CapDL Separation Logic Proof

This proof defines a separation logic for the capDL kernel specification. It builds on a generic separation algebra, described in the ITP 2012 paper.

The separation logic is defined on a lifted heap where we lift the object heap and IRQ table into an object-component heap and an IRQ table heap. This gives us a separation algebra with a capability-level of granularity.

This separation logic is used by the CapDL API Proofs and the system initialiser specification.

This separation logic is described in the ICFEM '13 paper and Andrew Boyton's PhD thesis.

Building

To build from the l4v/ directory, run:

    ./isabelle/bin/isabelle build -d . -v -b SepDSpec

Important Theories

  • The definitions of heap disjunction, heap addition and showing that they produce a separation algebra is found in AbstractSeparation_SD.

  • The "arrows" are defined in Separation_SD.

  • The "frame rule" for specific leaf functions is defined in Frame_SD. This "frame rule" is different from the traditional frame rule as we use a shallow embedding.