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:stack_depth
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
verifier.c
3200
u16 stack = env->subprog_info[func->subprogno].
stack_depth
;
in update_stack_depth()
3207
env->subprog_info[func->subprogno].
stack_depth
= -off;
in update_stack_depth()
3258
depth += round_up(max_t(u32, subprog[idx].
stack_depth
, 1), VERIFIER_THIRTYTWO);
in check_max_stack_depth()
3326
depth -= round_up(max_t(u32, subprog[idx].
stack_depth
, 1), VERIFIER_THIRTYTWO);
in check_max_stack_depth()
3345
return env->subprog_info[subprog].
stack_depth
;
in get_callee_stack_depth()
11054
func[i]->aux->
stack_depth
= env->subprog_info[i].
stack_depth
;
in jit_subprogs()
11370
prog->aux->
stack_depth
= MAX_BPF_STACK;
in fixup_bpf_calls()
11711
env->prog->aux->
stack_depth
= env->subprog_info[0].
stack_depth
;
in do_check_main()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
bpf.h
783
u32
stack_depth
;
member
1394
void bpf_patch_call_args(struct bpf_insn *insn, u32
stack_depth
);
Completed in 20 milliseconds