OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cai
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/x86/x86/
identcpu.c
109
const struct x86_cache_info *
cai
;
local in function:cpu_probe_intel_cache
128
cai
= cpu_cacheinfo_lookup(
130
if (
cai
!= NULL) {
131
ci->ci_cinfo[
cai
->cai_index] =
132
*
cai
;
193
struct x86_cache_info *
cai
;
local in function:cpu_probe_amd_cache
217
cai
= &ci->ci_cinfo[CAI_ITLB2];
218
cai
->cai_totalsize = AMD_L1_EAX_ITLB_ENTRIES(descs[0]);
219
cai
->cai_associativity = AMD_L1_EAX_ITLB_ASSOC(descs[0]);
220
cai
->cai_linesize = (4 * 1024 * 1024)
490
struct x86_cache_info *
cai
;
local in function:cpu_probe_c3
[
all
...]
cpu.c
288
struct x86_cache_info *
cai
;
local in function:cpu_vm_init
291
cai
= &ci->ci_cinfo[i];
293
tcolors = atop(
cai
->cai_totalsize);
294
switch (
cai
->cai_associativity) {
302
tcolors /=
cai
->cai_associativity;
/src/sys/arch/xen/x86/
cpu.c
332
struct x86_cache_info *
cai
;
local in function:cpu_vm_init
335
cai
= &ci->ci_cinfo[i];
337
tcolors = atop(
cai
->cai_totalsize);
338
switch (
cai
->cai_associativity) {
346
tcolors /=
cai
->cai_associativity;
/src/usr.sbin/cpuctl/arch/
i386.c
970
const struct x86_cache_info *
cai
;
local in function:intel_cpu_cacheinfo
1005
cai
= cpu_cacheinfo_lookup(
1007
if (
cai
!= NULL)
1008
ci->ci_cinfo[
cai
->cai_index] = *
cai
;
1186
struct x86_cache_info *
cai
;
local in function:amd_cpu_cacheinfo
1207
cai
= &ci->ci_cinfo[CAI_ITLB2];
1208
cai
->cai_totalsize = AMD_L1_EAX_ITLB_ENTRIES(descs[0]);
1209
cai
->cai_associativity = AMD_L1_EAX_ITLB_ASSOC(descs[0]);
1210
cai
->cai_linesize = largepagesize
1385
struct x86_cache_info *
cai
;
local in function:via_cpu_cacheinfo
2424
struct x86_cache_info *
cai
= &ci->ci_cinfo[cache_tag];
local in function:print_cache_config
2465
struct x86_cache_info *
cai
= &ci->ci_cinfo[cache_tag];
local in function:print_tlb_config
[
all
...]
Completed in 15 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025