lh-l4v/proof/invariant-abstract
Miki Tanaka e019b90d8a ainvs cleanup: requalify some arch lemmas proved in ArchRetype_AI
Signed-off-by: Miki Tanaka <miki.tanaka@data61.csiro.au>
2021-01-19 12:53:38 +11:00
..
ARM ainvs cleanup: requalify some arch lemmas proved in ArchRetype_AI 2021-01-19 12:53:38 +11:00
ARM_HYP ainvs cleanup: requalify some arch lemmas proved in ArchRetype_AI 2021-01-19 12:53:38 +11:00
RISCV64 ainvs cleanup: requalify some arch lemmas proved in ArchRetype_AI 2021-01-19 12:53:38 +11:00
X64 ainvs cleanup: requalify some arch lemmas proved in ArchRetype_AI 2021-01-19 12:53:38 +11:00
ADT_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
AInvs.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
AInvsPre.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
Arch_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
BCorres2_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
BCorres_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
Bits_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
CNodeInv_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
CSpaceInvPre_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
CSpaceInv_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
CSpacePre_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
CSpace_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
DetSchedAux_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
DetSchedDomainTime_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
DetSchedInvs_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
DetSchedSchedule_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
Deterministic_AI.thy arm ainvs: Isabelle2020 update 2020-10-27 15:52:31 +10:00
Detype_AI.thy ainvs cleanup: requalify some arch lemmas proved in ArchRetype_AI 2021-01-19 12:53:38 +11:00
EmptyFail_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
Finalise_AI.thy ainvs: reduce Finalise interface (#179) 2020-12-23 09:19:53 +11:00
Include_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
InterruptAcc_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
Interrupt_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
InvariantsPre_AI.thy licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
Invariants_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
IpcCancel_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
Ipc_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
KHeapPre_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
KHeap_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10: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 all: remove theory import path references 2020-11-02 10:16:17 +10:00
LevityCatch_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
README.md update publications links 2020-11-23 17:06:46 +11: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 all: remove theory import path references 2020-11-02 10:16:17 +10:00
TcbAcc_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
Tcb_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
Untyped_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
VSpaceEntries_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
VSpacePre_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10:00
VSpace_AI.thy all: remove theory import path references 2020-11-02 10:16:17 +10: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.