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_FUNC
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/net/
H
A
D
bpf_jit64.h
89
#define
SEEN_FUNC
0x1000 /* might call external helpers */
macro
H
A
D
bpf_jit_comp64.c
51
return ctx->seen &
SEEN_FUNC
|| bpf_is_seen_register(ctx, BPF_REG_FP);
in bpf_has_stack_frame()
114
if (ctx->seen &
SEEN_FUNC
) {
in bpf_jit_build_prologue()
149
if (ctx->seen &
SEEN_FUNC
) {
in bpf_jit_emit_common_epilogue()
841
ctx->seen |=
SEEN_FUNC
;
in bpf_jit_build_body()
/kernel/linux/linux-6.6/arch/powerpc/net/
H
A
D
bpf_jit_comp64.c
83
return ctx->seen &
SEEN_FUNC
|| bpf_is_seen_register(ctx, bpf_to_ppc(BPF_REG_FP));
in bpf_has_stack_frame()
153
if (ctx->seen &
SEEN_FUNC
) {
in bpf_jit_build_prologue()
188
if (ctx->seen &
SEEN_FUNC
) {
in bpf_jit_emit_common_epilogue()
745
ctx->seen |=
SEEN_FUNC
;
in bpf_jit_build_body()
988
ctx->seen |=
SEEN_FUNC
;
in bpf_jit_build_body()
H
A
D
bpf_jit.h
121
#define
SEEN_FUNC
0x20000000 /* might call external helpers */
macro
H
A
D
bpf_jit_comp32.c
92
return ctx->seen & (
SEEN_FUNC
| SEEN_TAILCALL | SEEN_NVREG_FULL_MASK) ||
in bpf_has_stack_frame()
100
if (ctx->seen &
SEEN_FUNC
)
in bpf_jit_realloc_regs()
152
if (ctx->seen &
SEEN_FUNC
)
in bpf_jit_build_prologue()
169
if (ctx->seen &
SEEN_FUNC
)
in bpf_jit_build_prologue()
182
if (ctx->seen &
SEEN_FUNC
)
in bpf_jit_emit_common_epilogue()
189
if (ctx->seen &
SEEN_FUNC
)
in bpf_jit_emit_common_epilogue()
1044
ctx->seen |=
SEEN_FUNC
;
in bpf_jit_build_body()
/kernel/linux/linux-6.6/arch/s390/net/
H
A
D
bpf_jit_comp.c
60
#define
SEEN_FUNC
BIT(2) /* calls C functions */
macro
61
#define SEEN_STACK (
SEEN_FUNC
| SEEN_MEM)
590
if (is_first_pass(jit) || (jit->seen &
SEEN_FUNC
))
in bpf_jit_prologue()
597
if (is_first_pass(jit) || (jit->seen &
SEEN_FUNC
))
in bpf_jit_prologue()
659
if (is_first_pass(jit) || (jit->seen &
SEEN_FUNC
))
in bpf_jit_epilogue()
1415
jit->seen |=
SEEN_FUNC
;
in bpf_jit_insn()
1522
jit->seen |=
SEEN_FUNC
;
in bpf_jit_insn()
/kernel/linux/linux-5.10/arch/s390/net/
H
A
D
bpf_jit_comp.c
57
#define
SEEN_FUNC
BIT(2) /* calls C functions */
macro
59
#define SEEN_STACK (
SEEN_FUNC
| SEEN_MEM)
546
if (is_first_pass(jit) || (jit->seen &
SEEN_FUNC
))
in bpf_jit_prologue()
553
if (is_first_pass(jit) || (jit->seen &
SEEN_FUNC
))
in bpf_jit_prologue()
589
(is_first_pass(jit) || (jit->seen &
SEEN_FUNC
))) {
in bpf_jit_epilogue()
1281
jit->seen |=
SEEN_FUNC
;
in bpf_jit_insn()
Completed in 11 milliseconds