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:var32_off
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
verifier.c
1120
struct tnum
var32_off
= tnum_subreg(reg->var_off);
in verifier_update_reg32_bounds()
local
1123
reg->s32_min_value = max_t(s32, reg->s32_min_value,
var32_off
.value | (
var32_off
.mask & S32_MIN));
in verifier_update_reg32_bounds()
1125
reg->s32_max_value = min_t(s32, reg->s32_max_value,
var32_off
.value | (
var32_off
.mask & S32_MAX));
in verifier_update_reg32_bounds()
1126
reg->u32_min_value = max_t(u32, reg->u32_min_value, (u32)
var32_off
.value);
in verifier_update_reg32_bounds()
1127
reg->u32_max_value = min(reg->u32_max_value, (u32)(
var32_off
.value |
var32_off
.mask));
in verifier_update_reg32_bounds()
1217
struct tnum
var32_off
=
in verifier_reg_bound_offset()
local
1220
reg->var_off = tnum_or(tnum_clear_subreg(var64_off),
var32_off
);
in verifier_reg_bound_offset()
6329
struct tnum
var32_off
= tnum_subreg(dst_reg->var_off);
scalar32_min_max_and()
local
6396
struct tnum
var32_off
= tnum_subreg(dst_reg->var_off);
scalar32_min_max_or()
local
6463
struct tnum
var32_off
= tnum_subreg(dst_reg->var_off);
scalar32_min_max_xor()
local
[all...]
Completed in 8 milliseconds