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:cache_desc
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
cpu-info.h
23
struct
cache_desc
{
struct
75
struct
cache_desc
icache; /* Primary I-cache */
76
struct
cache_desc
dcache; /* Primary D or combined I/D cache */
77
struct
cache_desc
vcache; /* Victim cache, between pcache and scache */
78
struct
cache_desc
scache; /* Secondary cache */
79
struct
cache_desc
tcache; /* Tertiary/split secondary cache */
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
cpu-info.h
23
struct
cache_desc
{
struct
75
struct
cache_desc
icache; /* Primary I-cache */
76
struct
cache_desc
dcache; /* Primary D or combined I/D cache */
77
struct
cache_desc
vcache; /* Victim cache, between pcache and scache */
78
struct
cache_desc
scache; /* Secondary cache */
79
struct
cache_desc
tcache; /* Tertiary/split secondary cache */
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
cacheflush.h
12
static inline bool cache_present(struct
cache_desc
*cdesc)
in cache_present()
17
static inline bool cache_private(struct
cache_desc
*cdesc)
in cache_private()
22
static inline bool cache_inclusive(struct
cache_desc
*cdesc)
in cache_inclusive()
H
A
D
cpu-info.h
13
/*
cache_desc
->flags */
23
struct
cache_desc
{
struct
64
struct
cache_desc
cache_leaves[CACHE_LEAVES_MAX];
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
cacheflush.h
12
static inline bool cache_present(struct
cache_desc
*cdesc)
in cache_present()
17
static inline bool cache_private(struct
cache_desc
*cdesc)
in cache_private()
22
static inline bool cache_inclusive(struct
cache_desc
*cdesc)
in cache_inclusive()
H
A
D
cpu-info.h
13
/*
cache_desc
->flags */
23
struct
cache_desc
{
struct
54
struct
cache_desc
cache_leaves[CACHE_LEAVES_MAX];
/kernel/linux/linux-5.10/arch/loongarch/mm/
H
A
D
cache.c
45
struct
cache_desc
*cdesc = current_cpu_data.cache_leaves + leaf;
in flush_cache_leaf()
66
struct
cache_desc
*cdesc = current_cpu_data.cache_leaves;
in __flush_cache_all()
116
struct
cache_desc
*cdesc = current_cpu_data.cache_leaves;
in cpu_cache_init()
/kernel/linux/linux-6.6/arch/loongarch/mm/
H
A
D
cache.c
48
struct
cache_desc
*cdesc = current_cpu_data.cache_leaves + leaf;
in flush_cache_leaf()
69
struct
cache_desc
*cdesc = current_cpu_data.cache_leaves;
in __flush_cache_all()
119
struct
cache_desc
*cdesc = current_cpu_data.cache_leaves;
in cpu_cache_init()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
cacheinfo.c
66
struct
cache_desc
*cd, *cdesc = current_cpu_data.cache_leaves;
in populate_cache_leaves()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
cacheinfo.c
67
struct
cache_desc
*cd, *cdesc = current_cpu_data.cache_leaves;
in populate_cache_leaves()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
pm-cps.c
194
const struct
cache_desc
*cache,
in cps_gen_cache_routine()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
pm-cps.c
194
const struct
cache_desc
*cache,
in cps_gen_cache_routine()
Completed in 6 milliseconds