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:way_incr
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H
A
D
probe.c
35
boot_cpu_data.icache.
way_incr
= (1 << 13);
in cpu_probe()
44
boot_cpu_data.dcache.
way_incr
= (1 << 14);
in cpu_probe()
204
boot_cpu_data.icache.
way_incr
= (size >> 1);
in cpu_probe()
212
boot_cpu_data.dcache.
way_incr
= (size >> 1);
in cpu_probe()
242
boot_cpu_data.scache.
way_incr
= (1 << 16);
in cpu_probe()
248
(boot_cpu_data.scache.
way_incr
-
in cpu_probe()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H
A
D
probe.c
35
boot_cpu_data.icache.
way_incr
= (1 << 13);
in cpu_probe()
44
boot_cpu_data.dcache.
way_incr
= (1 << 14);
in cpu_probe()
204
boot_cpu_data.icache.
way_incr
= (size >> 1);
in cpu_probe()
212
boot_cpu_data.dcache.
way_incr
= (size >> 1);
in cpu_probe()
242
boot_cpu_data.scache.
way_incr
= (1 << 16);
in cpu_probe()
248
(boot_cpu_data.scache.
way_incr
-
in cpu_probe()
/kernel/linux/linux-5.10/arch/sh/mm/
H
A
D
cache-sh4.c
80
icacheaddr += cpu_data->icache.
way_incr
;
in sh4_flush_icache_range()
317
unsigned long
way_incr
;
in __flush_cache_one()
local
324
way_incr
= dcache->
way_incr
;
in __flush_cache_one()
364
base_addr +=
way_incr
;
in __flush_cache_one()
H
A
D
cache-sh7705.c
56
addrstart += current_cpu_data.dcache.
way_incr
;
in cache_wback_all()
123
addrstart += current_cpu_data.dcache.
way_incr
;
in __flush_dcache_page()
H
A
D
cache.c
259
printk(KERN_NOTICE "I-cache : n_ways=%d n_sets=%d
way_incr
=%d\n",
in emit_cache_params()
262
boot_cpu_data.icache.
way_incr
);
in emit_cache_params()
267
printk(KERN_NOTICE "D-cache : n_ways=%d n_sets=%d
way_incr
=%d\n",
in emit_cache_params()
270
boot_cpu_data.dcache.
way_incr
);
in emit_cache_params()
280
printk(KERN_NOTICE "S-cache : n_ways=%d n_sets=%d
way_incr
=%d\n",
in emit_cache_params()
283
boot_cpu_data.scache.
way_incr
);
in emit_cache_params()
H
A
D
cache-debugfs.c
89
addrstart += cache->
way_incr
;
in cache_seq_show()
H
A
D
cache-sh3.c
60
addrstart += current_cpu_data.dcache.
way_incr
;
in sh3__flush_wback_region()
/kernel/linux/linux-6.6/arch/sh/mm/
H
A
D
cache-sh4.c
81
icacheaddr += cpu_data->icache.
way_incr
;
in sh4_flush_icache_range()
328
unsigned long
way_incr
;
in __flush_cache_one()
local
335
way_incr
= dcache->
way_incr
;
in __flush_cache_one()
375
base_addr +=
way_incr
;
in __flush_cache_one()
H
A
D
cache-sh7705.c
57
addrstart += current_cpu_data.dcache.
way_incr
;
in cache_wback_all()
124
addrstart += current_cpu_data.dcache.
way_incr
;
in __flush_dcache_page()
H
A
D
cache.c
267
printk(KERN_NOTICE "I-cache : n_ways=%d n_sets=%d
way_incr
=%d\n",
in emit_cache_params()
270
boot_cpu_data.icache.
way_incr
);
in emit_cache_params()
275
printk(KERN_NOTICE "D-cache : n_ways=%d n_sets=%d
way_incr
=%d\n",
in emit_cache_params()
278
boot_cpu_data.dcache.
way_incr
);
in emit_cache_params()
288
printk(KERN_NOTICE "S-cache : n_ways=%d n_sets=%d
way_incr
=%d\n",
in emit_cache_params()
291
boot_cpu_data.scache.
way_incr
);
in emit_cache_params()
H
A
D
cache-debugfs.c
89
addrstart += cache->
way_incr
;
in cache_debugfs_show()
H
A
D
cache-sh3.c
60
addrstart += current_cpu_data.dcache.
way_incr
;
in sh3__flush_wback_region()
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
H
A
D
probe.c
60
boot_cpu_data.dcache.
way_incr
= (1 << 11);
in cpu_probe()
67
boot_cpu_data.dcache.
way_incr
= (1 << 12);
in cpu_probe()
91
boot_cpu_data.dcache.
way_incr
= (1 << 13);
in cpu_probe()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/
H
A
D
probe.c
60
boot_cpu_data.dcache.
way_incr
= (1 << 11);
in cpu_probe()
67
boot_cpu_data.dcache.
way_incr
= (1 << 12);
in cpu_probe()
91
boot_cpu_data.dcache.
way_incr
= (1 << 13);
in cpu_probe()
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/
H
A
D
init.c
158
addrstart += current_cpu_data.dcache.
way_incr
;
in cache_init()
306
current_cpu_data.icache.entry_mask = current_cpu_data.icache.
way_incr
-
in cpu_init()
313
current_cpu_data.dcache.entry_mask = current_cpu_data.dcache.
way_incr
-
in cpu_init()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/
H
A
D
init.c
158
addrstart += current_cpu_data.dcache.
way_incr
;
in cache_init()
306
current_cpu_data.icache.entry_mask = current_cpu_data.icache.
way_incr
-
in cpu_init()
313
current_cpu_data.dcache.entry_mask = current_cpu_data.dcache.
way_incr
-
in cpu_init()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
cache.h
28
*
way_incr
is the address offset for accessing the next way
31
unsigned int
way_incr
;
member
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
cache.h
34
*
way_incr
is the address offset for accessing the next way
37
unsigned int
way_incr
;
member
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/
H
A
D
probe.c
44
boot_cpu_data.dcache.
way_incr
= (1 << 11);
in cpu_probe()
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2/
H
A
D
probe.c
35
boot_cpu_data.dcache.
way_incr
= (1<<12);
in cpu_probe()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2/
H
A
D
probe.c
35
boot_cpu_data.dcache.
way_incr
= (1<<12);
in cpu_probe()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/
H
A
D
probe.c
44
boot_cpu_data.dcache.
way_incr
= (1 << 11);
in cpu_probe()
Completed in 8 milliseconds