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:prologue_len
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/parisc/net/
H
A
D
bpf_jit_core.c
49
int pass = 0, prev_ninsns = 0,
prologue_len
, i;
in bpf_int_jit_compile()
local
102
ctx->
prologue_len
= ctx->ninsns - ctx->body_len;
in bpf_int_jit_compile()
171
prologue_len
= ctx->epilogue_offset - ctx->body_len;
in bpf_int_jit_compile()
173
ctx->offset[i] +=
prologue_len
;
in bpf_int_jit_compile()
H
A
D
bpf_jit.h
73
int
prologue_len
;
member
H
A
D
bpf_jit_comp64.c
1137
emit(hppa64_bl_long(ctx->
prologue_len
- 3 - HPPA_BRANCH_DISPLACEMENT), ctx);
in bpf_jit_build_prologue()
H
A
D
bpf_jit_comp32.c
1506
emit(hppa_bne(HPPA_REG_TCC_IN_INIT, HPPA_REG_R1, ctx->
prologue_len
- 2 - HPPA_BRANCH_DISPLACEMENT), ctx);
in bpf_jit_build_prologue()
/kernel/linux/linux-5.10/arch/riscv/net/
H
A
D
bpf_jit_core.c
102
ctx->
prologue_len
= ctx->ninsns;
in bpf_int_jit_compile()
H
A
D
bpf_jit.h
72
int
prologue_len
;
member
218
from = (insn > 0) ? ctx->offset[insn - 1] : ctx->
prologue_len
;
in rv_offset()
219
to = (insn + off > 0) ? ctx->offset[insn + off - 1] : ctx->
prologue_len
;
in rv_offset()
/kernel/linux/linux-6.6/arch/riscv/net/
H
A
D
bpf_jit_core.c
104
ctx->
prologue_len
= ctx->ninsns;
in bpf_int_jit_compile()
H
A
D
bpf_jit.h
73
int
prologue_len
;
member
222
from = (insn > 0) ? ctx->offset[insn - 1] : ctx->
prologue_len
;
in rv_offset()
223
to = (insn + off > 0) ? ctx->offset[insn + off - 1] : ctx->
prologue_len
;
in rv_offset()
Completed in 12 milliseconds