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:PTR_TO_BTF_ID
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
verifier.c
500
[
PTR_TO_BTF_ID
] = "ptr_",
in reg_type_str()
507
if (base_type(type) ==
PTR_TO_BTF_ID
|| base_type(type) == PTR_TO_PERCPU_BTF_ID) {
in reg_type_str()
585
if (base_type(t) ==
PTR_TO_BTF_ID
|| base_type(t) == PTR_TO_PERCPU_BTF_ID) {
in print_verifier_state()
1372
regs[regno].type =
PTR_TO_BTF_ID
;
in mark_btf_ld_reg()
2229
case
PTR_TO_BTF_ID
:
in is_spillable_regtype()
2996
if (base_type(*reg_type) ==
PTR_TO_BTF_ID
) {
in check_ctx_access()
3798
if (base_type(reg_type) ==
PTR_TO_BTF_ID
) {
in check_mem_access()
3858
} else if (reg->type ==
PTR_TO_BTF_ID
) {
in check_mem_access()
4037
if (state->stack[spi].slot_type[0] == STACK_SPILL && state->stack[spi].spilled_ptr.type ==
PTR_TO_BTF_ID
) {
in check_stack_range_initialized()
4279
PTR_TO_BTF_ID
,
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
bpf.h
413
/*
PTR_TO_BTF_ID
points to a kernel struct that does not need
423
PTR_TO_BTF_ID
,
enumerator
438
PTR_TO_BTF_ID_OR_NULL = PTR_MAYBE_NULL |
PTR_TO_BTF_ID
,
Completed in 15 milliseconds