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:subprog_idx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H
A
D
verifier.c
677
meta->
subprog_idx
= index;
in nfp_assign_subprog_idx_and_regs()
700
unsigned short idx = meta->
subprog_idx
;
in nfp_bpf_get_stack_usage()
715
for (; meta != nfp_prog_last_meta(nfp_prog) && meta->
subprog_idx
== idx;
in nfp_bpf_get_stack_usage()
729
idx = meta->
subprog_idx
;
in nfp_bpf_get_stack_usage()
H
A
D
main.h
296
* @
subprog_idx
: index of subprogram to which the instruction belongs
343
unsigned short
subprog_idx
;
member
H
A
D
jit.c
3309
if (nfp_prog->subprog[meta->jmp_dst->
subprog_idx
].needs_reg_push) {
in bpf_to_bpf_call()
3372
return meta->
subprog_idx
== 0;
in nfp_is_main_function()
3385
if (nfp_prog->subprog[meta->
subprog_idx
].needs_reg_push) {
in nfp_subprog_epilogue()
3605
nfp_prog->subprog[jmp_dst->
subprog_idx
].needs_reg_push) {
in nfp_fixup_branches()
3643
unsigned int depth = nfp_prog->subprog[meta->
subprog_idx
].stack_depth;
in nfp_start_subprog()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H
A
D
verifier.c
682
meta->
subprog_idx
= index;
in nfp_assign_subprog_idx_and_regs()
705
unsigned short idx = meta->
subprog_idx
;
in nfp_bpf_get_stack_usage()
720
for (; meta != nfp_prog_last_meta(nfp_prog) && meta->
subprog_idx
== idx;
in nfp_bpf_get_stack_usage()
734
idx = meta->
subprog_idx
;
in nfp_bpf_get_stack_usage()
H
A
D
main.h
296
* @
subprog_idx
: index of subprogram to which the instruction belongs
343
unsigned short
subprog_idx
;
member
H
A
D
jit.c
3315
if (nfp_prog->subprog[meta->jmp_dst->
subprog_idx
].needs_reg_push) {
in bpf_to_bpf_call()
3378
return meta->
subprog_idx
== 0;
in nfp_is_main_function()
3391
if (nfp_prog->subprog[meta->
subprog_idx
].needs_reg_push) {
in nfp_subprog_epilogue()
3611
nfp_prog->subprog[jmp_dst->
subprog_idx
].needs_reg_push) {
in nfp_fixup_branches()
3649
unsigned int depth = nfp_prog->subprog[meta->
subprog_idx
].stack_depth;
in nfp_start_subprog()
Completed in 19 milliseconds