Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
7959bd76
Commit
7959bd76
authored
Mar 25, 2013
by
Richard Kuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hexagon: add translation types for __vmnewmap
Signed-off-by:
Richard Kuo
<
rkuo@codeaurora.org
>
parent
f3f601c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
arch/hexagon/include/asm/hexagon_vm.h
arch/hexagon/include/asm/hexagon_vm.h
+7
-0
No files found.
arch/hexagon/include/asm/hexagon_vm.h
View file @
7959bd76
...
@@ -197,6 +197,13 @@ static inline long __vmintop_clear(long i)
...
@@ -197,6 +197,13 @@ static inline long __vmintop_clear(long i)
* Constants for virtual instruction parameters and return values
* Constants for virtual instruction parameters and return values
*/
*/
/* vmnewmap arguments */
#define VM_TRANS_TYPE_LINEAR 0
#define VM_TRANS_TYPE_TABLE 1
#define VM_TLB_INVALIDATE_FALSE 0
#define VM_TLB_INVALIDATE_TRUE 1
/* vmsetie arguments */
/* vmsetie arguments */
#define VM_INT_DISABLE 0
#define VM_INT_DISABLE 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment