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:x86_cache_size
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
proc.c
98
if (c->
x86_cache_size
)
in show_cpuinfo()
99
seq_printf(m, "cache size\t: %u KB\n", c->
x86_cache_size
);
in show_cpuinfo()
H
A
D
centaur.c
206
c->
x86_cache_size
= (cc>>24)+(dd>>24);
in init_centaur()
H
A
D
cyrix.c
294
c->
x86_cache_size
= 16; /* Yep 16K integrated cache thats it */
in init_cyrix()
H
A
D
cacheinfo.c
267
size_in_kb = __this_cpu_read(cpu_info.
x86_cache_size
);
in amd_cpuid4()
871
c->
x86_cache_size
= l3 ? l3 : (l2 ? l2 : (l1i+l1d));
in init_intel_cacheinfo()
H
A
D
common.c
699
c->
x86_cache_size
= (ecx>>24) + (edx>>24);
in cpu_detect_cache_sizes()
727
c->
x86_cache_size
= l2size;
in cpu_detect_cache_sizes()
1682
c->
x86_cache_size
= 0;
in identify_cpu()
H
A
D
intel.c
672
unsigned int l2 = c->
x86_cache_size
;
in init_intel()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
proc.c
95
if (c->
x86_cache_size
)
in show_cpuinfo()
96
seq_printf(m, "cache size\t: %u KB\n", c->
x86_cache_size
);
in show_cpuinfo()
H
A
D
centaur.c
206
c->
x86_cache_size
= (cc>>24)+(dd>>24);
in init_centaur()
H
A
D
cyrix.c
295
c->
x86_cache_size
= 16; /* Yep 16K integrated cache that's it */
in init_cyrix()
H
A
D
cacheinfo.c
282
size_in_kb = __this_cpu_read(cpu_info.
x86_cache_size
);
in amd_cpuid4()
884
c->
x86_cache_size
= l3 ? l3 : (l2 ? l2 : (l1i+l1d));
in init_intel_cacheinfo()
H
A
D
common.c
832
c->
x86_cache_size
= (ecx>>24) + (edx>>24);
in cpu_detect_cache_sizes()
860
c->
x86_cache_size
= l2size;
in cpu_detect_cache_sizes()
1857
c->
x86_cache_size
= 0;
in identify_cpu()
H
A
D
intel.c
686
unsigned int l2 = c->
x86_cache_size
;
in init_intel()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/
H
A
D
monitor.c
615
unsigned int cl_size = boot_cpu_data.
x86_cache_size
;
in rdt_get_mon_l3_config()
H
A
D
rdtgroup.c
1059
if (bytes > (boot_cpu_data.
x86_cache_size
* 1024))
in max_threshold_occ_write()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
processor.h
114
unsigned int
x86_cache_size
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
processor.h
116
unsigned int
x86_cache_size
;
member
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/
H
A
D
intel.c
976
u64 llc_size = c->
x86_cache_size
* 1024ULL;
in calc_llc_size_per_core()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/microcode/
H
A
D
intel.c
886
u64 llc_size = c->
x86_cache_size
* 1024ULL;
in calc_llc_size_per_core()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/
H
A
D
monitor.c
763
resctrl_rmid_realloc_limit = boot_cpu_data.
x86_cache_size
* 1024;
in rdt_get_mon_l3_config()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H
A
D
qp.c
130
return boot_cpu_data.
x86_cache_size
;
in rvt_wss_llc_size()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H
A
D
qp.c
88
return boot_cpu_data.
x86_cache_size
;
in rvt_wss_llc_size()
Completed in 33 milliseconds