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:p_dc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/arc/mm/
H
A
D
cache.c
144
struct cpuinfo_arc_cache *p_ic, *
p_dc
;
in read_decode_cache_bcr()
local
173
p_dc
= &cpuinfo_arc700[cpu].dcache;
in read_decode_cache_bcr()
181
p_dc
->assoc = 4; /* Fixed to 4w set assoc */
in read_decode_cache_bcr()
182
p_dc
->vipt = 1;
in read_decode_cache_bcr()
183
p_dc
->alias =
p_dc
->sz_k/
p_dc
->assoc/TO_KB(PAGE_SIZE) > 1;
in read_decode_cache_bcr()
185
p_dc
->assoc = 1 << dbcr.config; /* 1,2,4,8 */
in read_decode_cache_bcr()
186
p_dc
->vipt = 0;
in read_decode_cache_bcr()
187
p_dc
in read_decode_cache_bcr()
[all...]
/kernel/linux/linux-6.6/arch/arc/mm/
H
A
D
cache.c
102
struct cpuinfo_arc_cache *p_ic = &ic_info, *
p_dc
= &dc_info;
in arc_cache_mumbojumbo()
local
137
p_dc
->colors =
p_dc
->sz_k/assoc/TO_KB(PAGE_SIZE);
in arc_cache_mumbojumbo()
141
p_dc
->colors = 1; /* PIPT so can't VIPT alias */
in arc_cache_mumbojumbo()
144
p_dc
->line_len = 16 << dbcr.line_len;
in arc_cache_mumbojumbo()
145
p_dc
->sz_k = 1 << (dbcr.sz - 1);
in arc_cache_mumbojumbo()
149
p_dc
->sz_k, assoc,
p_dc
->line_len,
in arc_cache_mumbojumbo()
151
p_dc
->colors > 1 ? " aliasing" : "",
in arc_cache_mumbojumbo()
Completed in 3 milliseconds