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:SEEN_XREG
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/net/
H
A
D
bpf_jit_comp.c
68
if (ctx->seen &
SEEN_XREG
) {
in bpf_jit_build_prologue()
136
ctx->seen |=
SEEN_XREG
;
in bpf_jit_build_body()
147
ctx->seen |=
SEEN_XREG
;
in bpf_jit_build_body()
158
ctx->seen |=
SEEN_XREG
;
in bpf_jit_build_body()
171
ctx->seen |=
SEEN_XREG
;
in bpf_jit_build_body()
201
ctx->seen |=
SEEN_XREG
;
in bpf_jit_build_body()
213
ctx->seen |=
SEEN_XREG
;
in bpf_jit_build_body()
224
ctx->seen |=
SEEN_XREG
;
in bpf_jit_build_body()
234
ctx->seen |=
SEEN_XREG
;
in bpf_jit_build_body()
244
ctx->seen |=
SEEN_XREG
;
in bpf_jit_build_body()
[all...]
H
A
D
bpf_jit32.h
126
#define
SEEN_XREG
0x20000 /* X reg is used */
macro
/kernel/linux/linux-5.10/arch/sparc/net/
H
A
D
bpf_jit_comp_32.c
20
#define
SEEN_XREG
2 /* ebx is used */
macro
139
seen |=
SEEN_XREG
; \
352
u8 seen_or_pass0 = (pass == 0) ? (
SEEN_XREG
| SEEN_DATAREF | SEEN_MEM) : seen;
in bpf_jit_compile()
367
if (seen_or_pass0 &
SEEN_XREG
)
in bpf_jit_compile()
513
seen |=
SEEN_XREG
;
in bpf_jit_compile()
517
seen |=
SEEN_XREG
;
in bpf_jit_compile()
581
seen |= SEEN_MEM |
SEEN_XREG
;
in bpf_jit_compile()
589
seen |= SEEN_MEM |
SEEN_XREG
;
in bpf_jit_compile()
613
common_load_ind: seen |= SEEN_DATAREF |
SEEN_XREG
;
in bpf_jit_compile()
666
seen |=
SEEN_XREG
;
in bpf_jit_compile()
[all...]
/kernel/linux/linux-6.6/arch/sparc/net/
H
A
D
bpf_jit_comp_32.c
20
#define
SEEN_XREG
2 /* ebx is used */
macro
139
seen |=
SEEN_XREG
; \
352
u8 seen_or_pass0 = (pass == 0) ? (
SEEN_XREG
| SEEN_DATAREF | SEEN_MEM) : seen;
in bpf_jit_compile()
367
if (seen_or_pass0 &
SEEN_XREG
)
in bpf_jit_compile()
513
seen |=
SEEN_XREG
;
in bpf_jit_compile()
517
seen |=
SEEN_XREG
;
in bpf_jit_compile()
581
seen |= SEEN_MEM |
SEEN_XREG
;
in bpf_jit_compile()
589
seen |= SEEN_MEM |
SEEN_XREG
;
in bpf_jit_compile()
613
common_load_ind: seen |= SEEN_DATAREF |
SEEN_XREG
;
in bpf_jit_compile()
666
seen |=
SEEN_XREG
;
in bpf_jit_compile()
[all...]
Completed in 3 milliseconds