Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:pc_ret0
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/net/
H
A
D
bpf_jit_comp.c
173
if (ctx->
pc_ret0
!= -1) {
in bpf_jit_build_body()
174
PPC_BCC(COND_EQ, addrs[ctx->
pc_ret0
]);
in bpf_jit_build_body()
259
if (ctx->
pc_ret0
== -1)
in bpf_jit_build_body()
260
ctx->
pc_ret0
= i;
in bpf_jit_build_body()
350
if (ctx->
pc_ret0
!= -1) {
in bpf_jit_build_body()
351
PPC_BCC(COND_EQ, addrs[ctx->
pc_ret0
]);
in bpf_jit_build_body()
620
cgctx.
pc_ret0
= -1;
in bpf_jit_compile()
H
A
D
bpf_jit32.h
134
int
pc_ret0
; /* bpf index of first RET #0 instruction (if any) */
member
/kernel/linux/linux-5.10/arch/sparc/net/
H
A
D
bpf_jit_comp_32.c
331
int i, flen = fp->len,
pc_ret0
= -1;
in bpf_jit_compile()
local
463
if (
pc_ret0
> 0) {
in bpf_jit_compile()
464
t_offset = addrs[
pc_ret0
- 1];
in bpf_jit_compile()
488
if (
pc_ret0
== -1)
in bpf_jit_compile()
489
pc_ret0
= i;
in bpf_jit_compile()
/kernel/linux/linux-6.6/arch/sparc/net/
H
A
D
bpf_jit_comp_32.c
331
int i, flen = fp->len,
pc_ret0
= -1;
in bpf_jit_compile()
local
463
if (
pc_ret0
> 0) {
in bpf_jit_compile()
464
t_offset = addrs[
pc_ret0
- 1];
in bpf_jit_compile()
488
if (
pc_ret0
== -1)
in bpf_jit_compile()
489
pc_ret0
= i;
in bpf_jit_compile()
Completed in 5 milliseconds