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:emit_nop
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/sparc/net/
H
A
D
bpf_jit_comp_32.c
106
#define
emit_nop
() \
macro
244
emit_nop
(); \
456
emit_nop
();
in bpf_jit_compile()
457
emit_nop
();
in bpf_jit_compile()
458
emit_nop
();
in bpf_jit_compile()
466
emit_nop
(); /* delay slot */
in bpf_jit_compile()
469
emit_nop
();
in bpf_jit_compile()
478
emit_nop
();
in bpf_jit_compile()
479
emit_nop
();
in bpf_jit_compile()
480
emit_nop
();
in bpf_jit_compile()
[all...]
H
A
D
bpf_jit_comp_64.c
256
static void
emit_nop
(struct jit_ctx *ctx)
in emit_nop()
function
741
emit_nop
(ctx);
in emit_compare_and_branch()
821
emit_nop
(ctx);
in build_prologue()
828
emit_nop
(ctx);
in build_prologue()
864
emit_nop
(ctx);
in emit_tail_call()
871
emit_nop
(ctx);
in emit_tail_call()
885
emit_nop
(ctx);
in emit_tail_call()
892
emit_nop
(ctx);
in emit_tail_call()
1172
emit_nop
(ctx);
in build_insn()
1221
emit_nop
(ct
in build_insn()
[all...]
/kernel/linux/linux-5.10/arch/sparc/net/
H
A
D
bpf_jit_comp_32.c
106
#define
emit_nop
() \
macro
244
emit_nop
(); \
456
emit_nop
();
in bpf_jit_compile()
457
emit_nop
();
in bpf_jit_compile()
458
emit_nop
();
in bpf_jit_compile()
466
emit_nop
(); /* delay slot */
in bpf_jit_compile()
469
emit_nop
();
in bpf_jit_compile()
478
emit_nop
();
in bpf_jit_compile()
479
emit_nop
();
in bpf_jit_compile()
480
emit_nop
();
in bpf_jit_compile()
[all...]
H
A
D
bpf_jit_comp_64.c
256
static void
emit_nop
(struct jit_ctx *ctx)
in emit_nop()
function
741
emit_nop
(ctx);
in emit_compare_and_branch()
821
emit_nop
(ctx);
in build_prologue()
828
emit_nop
(ctx);
in build_prologue()
864
emit_nop
(ctx);
in emit_tail_call()
871
emit_nop
(ctx);
in emit_tail_call()
885
emit_nop
(ctx);
in emit_tail_call()
892
emit_nop
(ctx);
in emit_tail_call()
1172
emit_nop
(ctx);
in build_insn()
1221
emit_nop
(ct
in build_insn()
[all...]
/kernel/linux/linux-5.10/arch/mips/net/
H
A
D
bpf_jit.c
155
static inline void
emit_nop
(struct jit_ctx *ctx)
in emit_nop()
function
658
emit_nop
(ctx);
in build_epilogue()
740
emit_nop
(ctx);
in build_body()
947
emit_nop
(ctx);
in build_body()
991
emit_nop
(ctx);
in build_body()
1004
emit_nop
(ctx);
in build_body()
1008
emit_nop
(ctx);
in build_body()
1013
emit_nop
(ctx);
in build_body()
1024
emit_nop
(ctx);
in build_body()
1030
emit_nop
(ct
in build_body()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H
A
D
jit.c
584
static void
emit_nop
(struct nfp_prog *nfp_prog)
in emit_nop()
function
676
emit_nop
(nfp_prog);
in wrp_nops()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H
A
D
jit.c
584
static void
emit_nop
(struct nfp_prog *nfp_prog)
in emit_nop()
function
676
emit_nop
(nfp_prog);
in wrp_nops()
Completed in 20 milliseconds