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
Kirill Smelkov
linux
Commits
444dd742
Commit
444dd742
authored
May 10, 2012
by
Richard Kuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hexagon: add individual register access for switch_stack
Signed-off-by:
Richard Kuo
<
rkuo@codeaurora.org
>
parent
e470d932
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
6 deletions
+43
-6
arch/hexagon/include/asm/processor.h
arch/hexagon/include/asm/processor.h
+43
-6
No files found.
arch/hexagon/include/asm/processor.h
View file @
444dd742
...
...
@@ -100,12 +100,49 @@ extern unsigned long get_wchan(struct task_struct *p);
*/
struct
hexagon_switch_stack
{
unsigned
long
long
r1716
;
unsigned
long
long
r1918
;
unsigned
long
long
r2120
;
unsigned
long
long
r2322
;
unsigned
long
long
r2524
;
unsigned
long
long
r2726
;
union
{
struct
{
unsigned
long
r16
;
unsigned
long
r17
;
};
unsigned
long
long
r1716
;
};
union
{
struct
{
unsigned
long
r18
;
unsigned
long
r19
;
};
unsigned
long
long
r1918
;
};
union
{
struct
{
unsigned
long
r20
;
unsigned
long
r21
;
};
unsigned
long
long
r2120
;
};
union
{
struct
{
unsigned
long
r22
;
unsigned
long
r23
;
};
unsigned
long
long
r2322
;
};
union
{
struct
{
unsigned
long
r24
;
unsigned
long
r25
;
};
unsigned
long
long
r2524
;
};
union
{
struct
{
unsigned
long
r26
;
unsigned
long
r27
;
};
unsigned
long
long
r2726
;
};
unsigned
long
fp
;
unsigned
long
lr
;
};
...
...
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