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_hdr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/net/
H
A
D
bpf_jit_comp.c
66
struct bpf_binary_header *
bpf_hdr
;
in bpf_int_jit_compile()
local
101
bpf_hdr
= jit_data->header;
in bpf_int_jit_compile()
159
bpf_hdr
= bpf_jit_binary_alloc(alloclen, &image, 4, bpf_jit_fill_ill_insns);
in bpf_int_jit_compile()
160
if (!
bpf_hdr
) {
in bpf_int_jit_compile()
178
bpf_jit_binary_free(
bpf_hdr
);
in bpf_int_jit_compile()
206
bpf_flush_icache(
bpf_hdr
, (u8 *)
bpf_hdr
+
bpf_hdr
->size);
in bpf_int_jit_compile()
208
bpf_jit_binary_lock_ro(
bpf_hdr
);
in bpf_int_jit_compile()
219
jit_data->header =
bpf_hdr
;
in bpf_int_jit_compile()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/net/
H
A
D
bpf_jit_comp64.c
1163
struct bpf_binary_header *
bpf_hdr
;
in bpf_int_jit_compile()
local
1196
bpf_hdr
= jit_data->header;
in bpf_int_jit_compile()
1245
bpf_hdr
= bpf_jit_binary_alloc(alloclen, &image, 4,
in bpf_int_jit_compile()
1247
if (!
bpf_hdr
) {
in bpf_int_jit_compile()
1302
bpf_flush_icache(
bpf_hdr
, (u8 *)
bpf_hdr
+ (
bpf_hdr
->pages * PAGE_SIZE));
in bpf_int_jit_compile()
1314
jit_data->header =
bpf_hdr
;
in bpf_int_jit_compile()
1328
struct bpf_binary_header *
bpf_hdr
= (void *)addr;
in bpf_jit_free()
local
1331
bpf_jit_binary_free(
bpf_hdr
);
in bpf_jit_free()
[all...]
Completed in 2 milliseconds