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:PREFETCH_L1
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/common/
H
A
D
compiler.h
86
# define
PREFETCH_L1
(ptr) __builtin_prefetch((ptr), 0 /* rw==read */, 3 /* locality */)
macro
89
# define
PREFETCH_L1
(ptr) __asm__ __volatile__("prfm pldl1keep, %0" ::"Q"(*(ptr)))
macro
92
# define
PREFETCH_L1
(ptr) (void)(ptr) /* disabled */
macro
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_lazy.c
532
PREFETCH_L1
(ddsBase + dms->hashTable[ddsIdx + ddsAttempt]);
in ZSTD_dedicatedDictSearch_lazy_search()
539
PREFETCH_L1
(&dms->chainTable[chainIndex]);
in ZSTD_dedicatedDictSearch_lazy_search()
581
PREFETCH_L1
(ddsBase + dms->chainTable[chainIndex + chainAttempt]);
in ZSTD_dedicatedDictSearch_lazy_search()
683
PREFETCH_L1
(entry);
in ZSTD_HcFindBestMatch()
844
PREFETCH_L1
(hashTable + relRow);
in ZSTD_row_prefetch()
846
PREFETCH_L1
(hashTable + relRow + 16);
in ZSTD_row_prefetch()
849
PREFETCH_L1
(tagTable + relRow);
in ZSTD_row_prefetch()
851
PREFETCH_L1
(tagTable + relRow + 32);
in ZSTD_row_prefetch()
1163
PREFETCH_L1
(&dms->hashTable[ddsIdx]);
in ZSTD_RowFindBestMatch()
1202
PREFETCH_L1
(bas
in ZSTD_RowFindBestMatch()
[all...]
H
A
D
zstd_double_fast.c
161
PREFETCH_L1
(ip1 + 64);
in ZSTD_compressBlock_doubleFast_noDict_generic()
162
PREFETCH_L1
(ip1 + 128);
in ZSTD_compressBlock_doubleFast_noDict_generic()
173
PREFETCH_L1
(ip+256);
in ZSTD_compressBlock_doubleFast_noDict_generic()
373
PREFETCH_L1
(ip+256);
in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
H
A
D
zstd_fast.c
246
PREFETCH_L1
(ip1 + 64);
in ZSTD_compressBlock_fast_noDict_generic()
247
PREFETCH_L1
(ip1 + 128);
in ZSTD_compressBlock_fast_noDict_generic()
H
A
D
zstd_ldm.c
377
PREFETCH_L1
(candidates[n].bucket);
in ZSTD_ldm_generateSequences_internal()
/kernel/linux/linux-6.6/lib/zstd/decompress/
H
A
D
zstd_decompress_block.c
1657
PREFETCH_L1
(match);
PREFETCH_L1
(match+CACHELINE_SIZE); /* note : it's safe to invoke PREFETCH() on any memory address, including invalid ones */
Completed in 13 milliseconds