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:CONST_PTR_TO_MAP
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
verifier.c
122
* BPF_LD_MAP_FD(BPF_REG_1, map_fd), // after this insn R1 type is
CONST_PTR_TO_MAP
125
* .arg1_type == ARG_CONST_MAP_PTR and R1->type ==
CONST_PTR_TO_MAP
, which is ok,
488
[
CONST_PTR_TO_MAP
] = "map_ptr",
in reg_type_str()
597
} else if (base_type(t) ==
CONST_PTR_TO_MAP
|| base_type(t) == PTR_TO_MAP_VALUE) {
in print_verifier_state()
2224
case
CONST_PTR_TO_MAP
:
in is_spillable_regtype()
3860
} else if (reg->type ==
CONST_PTR_TO_MAP
) {
in check_mem_access()
4312
static const struct bpf_reg_types const_map_ptr_types = {.types = {
CONST_PTR_TO_MAP
}};
5986
case
CONST_PTR_TO_MAP
:
in adjust_ptr_min_max_vals()
7648
reg->type =
CONST_PTR_TO_MAP
;
in mark_ptr_or_null_reg()
8046
dst_reg->type =
CONST_PTR_TO_MAP
;
in check_ld_imm()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
bpf.h
401
CONST_PTR_TO_MAP
, /* reg points to struct bpf_map */
enumerator
Completed in 20 milliseconds