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:tlbsizestlbsets
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
cpu-probe.c
194
c->
tlbsizestlbsets
= 0;
in cpu_probe_common()
200
c->
tlbsizestlbsets
= 0;
in cpu_probe_common()
202
c->tlbsize = c->tlbsizemtlb + c->
tlbsizestlbsets
* c->tlbsizestlbways;
in cpu_probe_common()
206
c->
tlbsizestlbsets
= 1 << ((config & CSR_CONF3_STLBIDX) >> CSR_CONF3_STLBIDX_SHIFT);
in cpu_probe_common()
208
c->tlbsize = c->tlbsizemtlb + c->
tlbsizestlbsets
* c->tlbsizestlbways;
in cpu_probe_common()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
cpu-probe.c
193
c->
tlbsizestlbsets
= 0;
in cpu_probe_common()
199
c->
tlbsizestlbsets
= 0;
in cpu_probe_common()
201
c->tlbsize = c->tlbsizemtlb + c->
tlbsizestlbsets
* c->tlbsizestlbways;
in cpu_probe_common()
205
c->
tlbsizestlbsets
= 1 << ((config & CSR_CONF3_STLBIDX) >> CSR_CONF3_STLBIDX_SHIFT);
in cpu_probe_common()
207
c->tlbsize = c->tlbsizemtlb + c->
tlbsizestlbsets
* c->tlbsizestlbways;
in cpu_probe_common()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
cpu-info.h
61
int
tlbsizestlbsets
;
member
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
cpu-info.h
51
int
tlbsizestlbsets
;
member
/kernel/linux/linux-5.10/arch/loongarch/mm/
H
A
D
tlb.c
70
if (size <= (current_cpu_data.
tlbsizestlbsets
?
in local_flush_tlb_range()
95
if (size <= (current_cpu_data.
tlbsizestlbsets
?
in local_flush_tlb_kernel_range()
/kernel/linux/linux-6.6/arch/loongarch/mm/
H
A
D
tlb.c
69
if (size <= (current_cpu_data.
tlbsizestlbsets
?
in local_flush_tlb_range()
94
if (size <= (current_cpu_data.
tlbsizestlbsets
?
in local_flush_tlb_kernel_range()
Completed in 3 milliseconds