lh-l4v/proof/invariant-abstract/VSpace_AI.thy

29 lines
589 B
Plaintext
Raw Normal View History

2014-07-14 19:32:44 +00:00
(*
* Copyright 2014, General Dynamics C4 Systems
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*)
2017-07-12 05:13:51 +00:00
(*
Architecture-independent VSpace invariant proofs
2014-07-14 19:32:44 +00:00
*)
theory VSpace_AI
imports "./$L4V_ARCH/ArchVSpace_AI"
2014-07-14 19:32:44 +00:00
begin
context begin interpretation Arch .
2014-07-14 19:32:44 +00:00
requalify_facts
pspace_respects_device_region_dmo
cap_refs_respects_device_region_dmo
2014-07-14 19:32:44 +00:00
end
2016-09-22 02:05:17 +00:00
lemmas device_region_dmos = pspace_respects_device_region_dmo
2014-07-14 19:32:44 +00:00
end