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

26 lines
435 B
Plaintext
Raw Normal View History

2014-07-14 19:32:44 +00:00
(*
* Copyright 2014, General Dynamics C4 Systems
*
2020-03-09 06:18:30 +00:00
* SPDX-License-Identifier: GPL-2.0-only
2014-07-14 19:32:44 +00:00
*)
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 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
ackInterrupt_device_state_inv
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