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:scache_size
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/mm/
H
A
D
sc-r5k.c
19
static unsigned long
scache_size
;
variable
27
unsigned long end = start +
scache_size
;
in blast_r5000_scache()
42
if (size >=
scache_size
) {
in r5k_dma_cache_inv_sc()
86
scache_size
= (512 * 1024) << ((config & R5K_CONF_SS) >> 20);
in r5k_sc_probe()
89
scache_size
>> 10);
in r5k_sc_probe()
H
A
D
sc-rm7k.c
27
#define
scache_size
(256*1024) /* Fixed to 256KiB on RM7000 */
macro
142
for (i = 0; i <
scache_size
; i += sc_lsize)
in __rm7k_sc_enable()
239
c->scache.waybit= __ffs(
scache_size
/ c->scache.ways);
in rm7k_sc_init()
240
c->scache.waysize =
scache_size
/ c->scache.ways;
in rm7k_sc_init()
241
c->scache.sets =
scache_size
/ (c->scache.linesz * c->scache.ways);
in rm7k_sc_init()
243
(
scache_size
>> 10), sc_lsize);
in rm7k_sc_init()
H
A
D
c-r4k.c
112
static unsigned long
scache_size
__read_mostly;
420
if (
scache_size
== 0)
in r4k_blast_scache_page_setup()
438
if (
scache_size
== 0)
in r4k_blast_scache_page_indexed_setup()
456
if (
scache_size
== 0)
in r4k_blast_scache_setup()
867
if (size >=
scache_size
) {
in r4k_dma_cache_wback_inv()
937
if (size >=
scache_size
) {
in r4k_dma_cache_inv()
1588
scache_size
= addr;
in probe_scache()
1600
scache_size
= 512*1024;
in loongson2_sc_init()
1604
c->scache.waysize =
scache_size
/ (c->scache.ways);
in loongson2_sc_init()
1605
c->scache.sets =
scache_size
/ (
in loongson2_sc_init()
[all...]
H
A
D
sc-ip22.c
20
static unsigned long
scache_size
;
variable
170
scache_size
= size;
in indy_sc_probe()
/kernel/linux/linux-6.6/arch/mips/mm/
H
A
D
sc-r5k.c
19
static unsigned long
scache_size
;
variable
27
unsigned long end = start +
scache_size
;
in blast_r5000_scache()
42
if (size >=
scache_size
) {
in r5k_dma_cache_inv_sc()
86
scache_size
= (512 * 1024) << ((config & R5K_CONF_SS) >> 20);
in r5k_sc_probe()
89
scache_size
>> 10);
in r5k_sc_probe()
H
A
D
sc-rm7k.c
27
#define
scache_size
(256*1024) /* Fixed to 256KiB on RM7000 */
macro
142
for (i = 0; i <
scache_size
; i += sc_lsize)
in __rm7k_sc_enable()
239
c->scache.waybit= __ffs(
scache_size
/ c->scache.ways);
in rm7k_sc_init()
240
c->scache.waysize =
scache_size
/ c->scache.ways;
in rm7k_sc_init()
241
c->scache.sets =
scache_size
/ (c->scache.linesz * c->scache.ways);
in rm7k_sc_init()
243
(
scache_size
>> 10), sc_lsize);
in rm7k_sc_init()
H
A
D
c-r4k.c
111
static unsigned long
scache_size
__read_mostly;
326
if (
scache_size
== 0)
in r4k_blast_scache_page_setup()
344
if (
scache_size
== 0)
in r4k_blast_scache_setup()
756
if (size >=
scache_size
) {
in r4k_dma_cache_wback_inv()
826
if (size >=
scache_size
) {
in r4k_dma_cache_inv()
1433
scache_size
= addr;
in probe_scache()
1445
scache_size
= 512*1024;
in loongson2_sc_init()
1449
c->scache.waysize =
scache_size
/ (c->scache.ways);
in loongson2_sc_init()
1450
c->scache.sets =
scache_size
/ (c->scache.linesz * c->scache.ways);
in loongson2_sc_init()
1452
scache_size
>> 1
in loongson2_sc_init()
[all...]
H
A
D
sc-ip22.c
20
static unsigned long
scache_size
;
variable
170
scache_size
= size;
in indy_sc_probe()
Completed in 9 milliseconds