mirror of https://github.com/seL4/l4v.git
![]() MiscMachine_A already contains asid_high_bits, asid_low_bits and asid_bits. Other architectures don't duplicate them in Arch_Structs_A, so ARM and ARM_HYP shouldn't either. For ARM, this also means fixing up DRefine+DPolicy+CamkesCdlRefine to refer to the MiscMachine_A definitions when needed (CapDL duplicates them again in Types_D, but as they don't import machine theories, those can't be removed). Signed-off-by: Rafal Kolanski <rafal.kolanski@proofcraft.systems> |
||
---|---|---|
.. | ||
adl-spec | ||
cdl-refine | ||
glue-proofs | ||
glue-spec | ||
Makefile | ||
README | ||
ROOT | ||
tests.xml |
README
<!-- Copyright 2020, Data61, CSIRO (ABN 41 687 119 230) SPDX-License-Identifier: GPL-2.0-only --> CAmkES is a component platform for seL4. This directory contains files related to a formal Isabelle model of CAmkES. adl-spec/ - Architectural model. glue-proofs/ - AutoCorres-based work (bottom-up approach to glue code). glue-spec/ - Behavioural model (top-down approach to glue code).