repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/rockchip: vop2: Fix the windows switch between different layers
[drm/drm-misc.git]
/
arch
/
riscv
/
kernel
/
vdso
/
sys_hwprobe.S
blob
77e57f8305216c466f51979c91899754b4a7b382
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/* Copyright (C) 2023 Rivos, Inc */
3
4
#include <linux/linkage.h>
5
#include <asm/unistd.h>
6
7
.text
8
SYM_FUNC_START(riscv_hwprobe)
9
.cfi_startproc
10
li a7, __NR_riscv_hwprobe
11
ecall
12
ret
13
14
.cfi_endproc
15
SYM_FUNC_END(riscv_hwprobe)