Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
seL4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panda
seL4
Commits
f5afc2d9
Commit
f5afc2d9
authored
9 years ago
by
Anna Lyons
Browse files
Options
Downloads
Patches
Plain Diff
change include/arch/ia32/arch/api/objecttype.h to match the libsel4 equivalent
parent
b97c75ff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/arch/ia32/arch/api/objecttype.h
+10
-0
10 additions, 0 deletions
include/arch/ia32/arch/api/objecttype.h
libsel4/arch_include/ia32/sel4/arch/objecttype.h
+2
-0
2 additions, 0 deletions
libsel4/arch_include/ia32/sel4/arch/objecttype.h
with
12 additions
and
0 deletions
include/arch/ia32/arch/api/objecttype.h
+
10
−
0
View file @
f5afc2d9
...
...
@@ -11,6 +11,10 @@
#ifndef __ARCH_OBJECT_TYPE_H
#define __ARCH_OBJECT_TYPE_H
#ifdef HAVE_AUTOCONF
#include
<autoconf.h>
#endif
/* HAVE_AUTOCONF */
typedef
enum
_object
{
seL4_IA32_4K
=
seL4_NonArchObjectTypeCount
,
seL4_IA32_LargePage
,
...
...
@@ -24,4 +28,10 @@ typedef enum _object {
}
seL4_ArchObjectType
;
typedef
uint32_t
object_t
;
/* Previously frame types were explcitly 4K and 4M. If not PAE
* we assume legacy environment and emulate old definitions */
#ifndef CONFIG_PAE_PAGING
#define seL4_IA32_4M seL4_IA32_LargePage
#endif
#endif
This diff is collapsed.
Click to expand it.
libsel4/arch_include/ia32/sel4/arch/objecttype.h
+
2
−
0
View file @
f5afc2d9
...
...
@@ -11,7 +11,9 @@
#ifndef __ARCH_OBJECT_TYPE_H
#define __ARCH_OBJECT_TYPE_H
#ifdef HAVE_AUTOCONF
#include
<autoconf.h>
#endif
/* HAVE_AUTOCONF */
typedef
enum
_object
{
seL4_IA32_4K
=
seL4_NonArchObjectTypeCount
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment