Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
48b67356
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
48b67356
编写于
6月 03, 2007
作者:
D
David Miller
提交者:
David S. Miller
6月 04, 2007
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[SPARC64]: Fix service channel hypervisor function names.
sed 's/scv/svc/' Signed-off-by:
N
David S. Miller
<
davem@davemloft.net
>
上级
d1f253e6
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
20 addition
and
20 deletion
+20
-20
arch/sparc64/kernel/entry.S
arch/sparc64/kernel/entry.S
+20
-20
未找到文件。
arch/sparc64/kernel/entry.S
浏览文件 @
48b67356
...
...
@@ -2514,9 +2514,9 @@ sun4v_ncs_request:
nop
.
size
sun4v_ncs_request
,
.
-
sun4v_ncs_request
.
globl
sun4v_s
cv
_send
.
type
sun4v_s
cv
_send
,#
function
sun4v_s
cv
_send
:
.
globl
sun4v_s
vc
_send
.
type
sun4v_s
vc
_send
,#
function
sun4v_s
vc
_send
:
save
%
sp
,
-
192
,
%
sp
mov
%
i0
,
%
o0
mov
%
i1
,
%
o1
...
...
@@ -2526,11 +2526,11 @@ sun4v_scv_send:
stx
%
o1
,
[%
i3
]
ret
restore
.
size
sun4v_s
cv_send
,
.
-
sun4v_scv
_send
.
size
sun4v_s
vc_send
,
.
-
sun4v_svc
_send
.
globl
sun4v_s
cv
_recv
.
type
sun4v_s
cv
_recv
,#
function
sun4v_s
cv
_recv
:
.
globl
sun4v_s
vc
_recv
.
type
sun4v_s
vc
_recv
,#
function
sun4v_s
vc
_recv
:
save
%
sp
,
-
192
,
%
sp
mov
%
i0
,
%
o0
mov
%
i1
,
%
o1
...
...
@@ -2540,33 +2540,33 @@ sun4v_scv_recv:
stx
%
o1
,
[%
i3
]
ret
restore
.
size
sun4v_s
cv_recv
,
.
-
sun4v_scv
_recv
.
size
sun4v_s
vc_recv
,
.
-
sun4v_svc
_recv
.
globl
sun4v_s
cv
_getstatus
.
type
sun4v_s
cv
_getstatus
,#
function
sun4v_s
cv
_getstatus
:
.
globl
sun4v_s
vc
_getstatus
.
type
sun4v_s
vc
_getstatus
,#
function
sun4v_s
vc
_getstatus
:
mov
HV_FAST_SVC_GETSTATUS
,
%
o5
mov
%
o1
,
%
o4
ta
HV_FAST_TRAP
stx
%
o1
,
[%
o4
]
retl
nop
.
size
sun4v_s
cv_getstatus
,
.
-
sun4v_scv
_getstatus
.
size
sun4v_s
vc_getstatus
,
.
-
sun4v_svc
_getstatus
.
globl
sun4v_s
cv
_setstatus
.
type
sun4v_s
cv
_setstatus
,#
function
sun4v_s
cv
_setstatus
:
.
globl
sun4v_s
vc
_setstatus
.
type
sun4v_s
vc
_setstatus
,#
function
sun4v_s
vc
_setstatus
:
mov
HV_FAST_SVC_SETSTATUS
,
%
o5
ta
HV_FAST_TRAP
retl
nop
.
size
sun4v_s
cv_setstatus
,
.
-
sun4v_scv
_setstatus
.
size
sun4v_s
vc_setstatus
,
.
-
sun4v_svc
_setstatus
.
globl
sun4v_s
cv
_clrstatus
.
type
sun4v_s
cv
_clrstatus
,#
function
sun4v_s
cv
_clrstatus
:
.
globl
sun4v_s
vc
_clrstatus
.
type
sun4v_s
vc
_clrstatus
,#
function
sun4v_s
vc
_clrstatus
:
mov
HV_FAST_SVC_CLRSTATUS
,
%
o5
ta
HV_FAST_TRAP
retl
nop
.
size
sun4v_s
cv_clrstatus
,
.
-
sun4v_scv
_clrstatus
.
size
sun4v_s
vc_clrstatus
,
.
-
sun4v_svc
_clrstatus
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录