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:BPF_ALU64
(Results
1 - 7
of
7
) sorted by relevance
/third_party/elfutils/libcpu/
H
A
D
bpf_disasm.c
51
[
BPF_ALU64
] = "alu64",
247
case
BPF_ALU64
| BPF_ADD | BPF_K:
in bpf_disasm()
250
case
BPF_ALU64
| BPF_SUB | BPF_K:
in bpf_disasm()
253
case
BPF_ALU64
| BPF_MUL | BPF_K:
in bpf_disasm()
256
case
BPF_ALU64
| BPF_DIV | BPF_K:
in bpf_disasm()
259
case
BPF_ALU64
| BPF_OR | BPF_K:
in bpf_disasm()
262
case
BPF_ALU64
| BPF_AND | BPF_K:
in bpf_disasm()
265
case
BPF_ALU64
| BPF_LSH | BPF_K:
in bpf_disasm()
268
case
BPF_ALU64
| BPF_RSH | BPF_K:
in bpf_disasm()
271
case
BPF_ALU64
| BPF_MO
in bpf_disasm()
[all...]
/third_party/libbpf/include/linux/
H
A
D
filter.h
26
.code =
BPF_ALU64
| BPF_OP(OP) | BPF_K, \
34
.code =
BPF_ALU64
| BPF_MOV | BPF_K, \
82
.code =
BPF_ALU64
| BPF_MOV | BPF_X, \
/third_party/ltp/include/lapi/
H
A
D
bpf.h
53
#define
BPF_ALU64
0x07 /* alu mode in double word width */
macro
482
.code =
BPF_ALU64
| BPF_OP(OP) | BPF_X, \
498
.code =
BPF_ALU64
| BPF_OP(OP) | BPF_K, \
514
.code =
BPF_ALU64
| BPF_MOV | BPF_X, \
583
.code =
BPF_ALU64
| BPF_MOV | BPF_K, \
/third_party/elfutils/lib/
H
A
D
bpf.h
19
#define
BPF_ALU64
0x07
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/Disassembler/
H
A
D
BPFDisassembler.cpp
44
BPF_ALU64
= 0x7
enumerator
/third_party/libbpf/src/
H
A
D
relo_core.c
1049
case
BPF_ALU64
:
in bpf_core_patch_insn()
/third_party/libbpf/include/uapi/linux/
H
A
D
bpf.h
18
#define
BPF_ALU64
0x07 /* alu mode in double word width */
macro
Completed in 15 milliseconds