forked from islet-project/islet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mc: Add is_valid predicate for granule status table
The added predicate can be used to ensure that all granule entries in Granule Status Table (GST) are in valid status. forall granule in GST :: granule.is_valid() Usage) assert!(GRANULE_STATUS_TABLE.is_valid()); A2.2.1 Granule attributes in beta0-eac4 If the state of a Granule is not UNDELEGATED then the PAS of the Granule is REALM. If the state of a Granule is UNDELEGATED then the PAS of the Granule is not REALM. Signed-off-by: Changho Choi <[email protected]>
- Loading branch information
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters