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_ic
(Results
1 - 2
of
2
) sorted by relevance
/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
118
p_ic
->line_len = 8 << ibcr.line_len;
in arc_cache_mumbojumbo()
119
p_ic
->sz_k = 1 << (ibcr.sz - 1);
in arc_cache_mumbojumbo()
120
p_ic
->colors =
p_ic
->sz_k/assoc/TO_KB(PAGE_SIZE);
in arc_cache_mumbojumbo()
124
p_ic
->sz_k, assoc,
p_ic
->line_len,
in arc_cache_mumbojumbo()
125
p_ic
->colors > 1 ? " aliasing" : "",
in arc_cache_mumbojumbo()
/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
154
p_ic
= &cpuinfo_arc700[cpu].icache;
in read_decode_cache_bcr()
162
p_ic
->assoc = 2; /* Fixed to 2w set assoc */
in read_decode_cache_bcr()
164
p_ic
->assoc = 1 << ibcr.config; /* 1,2,4,8 */
in read_decode_cache_bcr()
167
p_ic
->line_len = 8 << ibcr.line_len;
in read_decode_cache_bcr()
168
p_ic
->sz_k = 1 << (ibcr.sz - 1);
in read_decode_cache_bcr()
169
p_ic
->vipt = 1;
in read_decode_cache_bcr()
170
p_ic
->alias =
p_ic
->sz_k/
p_ic
in read_decode_cache_bcr()
[all...]
Completed in 4 milliseconds