arm64: dts: qcom: sm8550: add TRNG node
[linux-modified.git] / Documentation / translations / zh_CN / userspace-api / ebpf / syscall.rst
1 .. SPDX-License-Identifier: GPL-2.0
2 .. include:: ../../disclaimer-zh_CN.rst
3
4 :Original: Documentation/userspace-api/ebpf/syscall.rst
5
6 :翻译:
7
8  李睿 Rui Li <me@lirui.org>
9
10 eBPF Syscall
11 ------------
12
13 :作者:
14     - Alexei Starovoitov <ast@kernel.org>
15     - Joe Stringer <joe@wand.net.nz>
16     - Michael Kerrisk <mtk.manpages@gmail.com>
17
18 bpf syscall的主要信息可以在 `man-pages`_ 中的 `bpf(2)`_ 找到。
19
20 bpf() 子命令参考
21 ~~~~~~~~~~~~~~~~
22
23 子命令在以下内核代码中:
24
25 include/uapi/linux/bpf.h
26
27 .. Links:
28 .. _man-pages: https://www.kernel.org/doc/man-pages/
29 .. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html