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:ro_insns
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/net/
H
A
D
bpf_jit_core.c
139
ctx->
ro_insns
= (u16 *)jit_data->ro_image;
in bpf_int_jit_compile()
156
prog->aux->extable = (void *)ctx->
ro_insns
+ prog_size;
in bpf_int_jit_compile()
173
prog->bpf_func = (void *)ctx->
ro_insns
;
in bpf_int_jit_compile()
191
bpf_flush_icache(jit_data->ro_header, ctx->
ro_insns
+ ctx->ninsns);
in bpf_int_jit_compile()
H
A
D
bpf_jit_comp64.c
148
* Use the
ro_insns
(RX) to calculate the offset as the BPF program will
in emit_addr()
151
u64 ip = (u64)(ctx->
ro_insns
+ ctx->ninsns);
in emit_addr()
471
if (addr && ctx->insns && ctx->
ro_insns
) {
in emit_call()
473
* Use the
ro_insns
(RX) to calculate the offset as the BPF
in emit_call()
476
ip = (u64)(long)(ctx->
ro_insns
+ ctx->ninsns);
in emit_call()
592
if (!ctx->insns || !ctx->
ro_insns
|| !ctx->prog->aux->extable ||
in add_exception_handler()
606
pc = (unsigned long)&ctx->
ro_insns
[ctx->ninsns - insn_len];
in add_exception_handler()
639
ex = (void *)ctx->insns + ((void *)ex - (void *)ctx->
ro_insns
);
in add_exception_handler()
1042
ctx.
ro_insns
= NULL;
in arch_prepare_bpf_trampoline()
1053
* JITed instructions and later copies it to a RX region (ctx.
ro_insns
)
in arch_prepare_bpf_trampoline()
[all...]
H
A
D
bpf_jit.h
71
u16 *
ro_insns
;
member
Completed in 6 milliseconds