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:ldst_gather_len
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H
A
D
jit.c
735
bool descending_seq = meta->
ldst_gather_len
< 0;
in nfp_cpp_memcpy()
736
s16 len = abs(meta->
ldst_gather_len
);
in nfp_cpp_memcpy()
2855
if (meta->
ldst_gather_len
)
in mem_ldx()
4206
head_ld_meta->
ldst_gather_len
>= 128))) {
in nfp_bpf_opt_ldst_gather()
4218
head_ld_meta->
ldst_gather_len
=
in nfp_bpf_opt_ldst_gather()
4219
-head_ld_meta->
ldst_gather_len
;
in nfp_bpf_opt_ldst_gather()
4226
head_ld_meta->
ldst_gather_len
= 0;
in nfp_bpf_opt_ldst_gather()
4235
head_ld_meta->
ldst_gather_len
=
in nfp_bpf_opt_ldst_gather()
4261
head_ld_meta->
ldst_gather_len
+= BPF_LDST_BYTES(ld);
in nfp_bpf_opt_ldst_gather()
4299
if (meta->ptr.type != PTR_TO_PACKET || meta->
ldst_gather_len
) {
in nfp_bpf_opt_pkt_cache()
[all...]
H
A
D
main.h
274
* @
ldst_gather_len
: memcpy length gathered from load/store sequence
307
s16
ldst_gather_len
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H
A
D
jit.c
735
bool descending_seq = meta->
ldst_gather_len
< 0;
in nfp_cpp_memcpy()
736
s16 len = abs(meta->
ldst_gather_len
);
in nfp_cpp_memcpy()
2855
if (meta->
ldst_gather_len
)
in mem_ldx()
4212
head_ld_meta->
ldst_gather_len
>= 128))) {
in nfp_bpf_opt_ldst_gather()
4224
head_ld_meta->
ldst_gather_len
=
in nfp_bpf_opt_ldst_gather()
4225
-head_ld_meta->
ldst_gather_len
;
in nfp_bpf_opt_ldst_gather()
4232
head_ld_meta->
ldst_gather_len
= 0;
in nfp_bpf_opt_ldst_gather()
4241
head_ld_meta->
ldst_gather_len
=
in nfp_bpf_opt_ldst_gather()
4267
head_ld_meta->
ldst_gather_len
+= BPF_LDST_BYTES(ld);
in nfp_bpf_opt_ldst_gather()
4305
if (meta->ptr.type != PTR_TO_PACKET || meta->
ldst_gather_len
) {
in nfp_bpf_opt_pkt_cache()
[all...]
H
A
D
main.h
274
* @
ldst_gather_len
: memcpy length gathered from load/store sequence
307
s16
ldst_gather_len
;
member
Completed in 15 milliseconds