lh-l4v/proof/invariant-abstract
Gerwin Klein c591c45a7b x64 ainvs: update to Isabelle2020
Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>
2020-10-27 15:52:31 +10:00
..
ARM arm ainvs: Isabelle2020 update 2020-10-27 15:52:31 +10:00
ARM_HYP arm_hyp ainvs: Isabelle2020 update 2020-10-27 15:52:31 +10:00
RISCV64 riscv ainvs: isabelle2020 update 2020-10-27 15:52:31 +10:00
X64 x64 ainvs: update to Isabelle2020 2020-10-27 15:52:31 +10:00
ADT_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
AInvs.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
AInvsPre.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
Arch_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
BCorres2_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
BCorres_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
Bits_AI.thy aspec+ainvs: remove interrupt/irq from p_monad 2020-10-25 13:15:00 +11:00
CNodeInv_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
CSpaceInvPre_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
CSpaceInv_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
CSpacePre_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
CSpace_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
DetSchedAux_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
DetSchedDomainTime_AI.thy ainvs: proof updates for new arch split functions 2020-06-08 20:41:10 +08:00
DetSchedInvs_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
DetSchedSchedule_AI.thy arm ainvs: Isabelle2020 update 2020-10-27 15:52:31 +10:00
Deterministic_AI.thy arm ainvs: Isabelle2020 update 2020-10-27 15:52:31 +10:00
Detype_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
EmptyFail_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
Finalise_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
Include_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
InterruptAcc_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
Interrupt_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
InvariantsPre_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
Invariants_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
IpcCancel_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
Ipc_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
KHeapPre_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
KHeap_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
KernelInitSepProofs_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
KernelInitSep_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
KernelInit_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
LevityCatch_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
README.md trivial: fix broken links 2020-08-10 15:48:34 +08:00
Retype_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
Rights_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
Schedule_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
SubMonad_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
Syscall_AI.thy ainvs: proof updates for new arch split functions 2020-06-08 20:41:10 +08:00
TcbAcc_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
Tcb_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
Untyped_AI.thy cleanup: remove stray diagnostic commands and comments 2020-06-08 20:41:10 +08:00
VSpaceEntries_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
VSpacePre_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
VSpace_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00

README.md

Abstract Spec Invariant Proof

This proof defines and proves the global invariants of seL4's abstract specification. The invariants are phrased and proved using a monadic Hoare logic described in a TPHOLS '08 paper.

Building

To build from the l4v/ directory, run:

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

Important Theories

The top-level theory where the invariants are proved over the kernel is Syscall_AI; the bottom-level theory where they are defined is Invariants_AI.