OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcolors
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/xen/x86/
cpu.c
333
int
tcolors
;
local in function:cpu_vm_init
337
tcolors
= atop(cai->cai_totalsize);
340
tcolors
= 1; /* fully associative */
346
tcolors
/= cai->cai_associativity;
348
ncolors = uimax(ncolors,
tcolors
);
/src/sys/arch/x86/x86/
cpu.c
289
unsigned int
tcolors
;
local in function:cpu_vm_init
293
tcolors
= atop(cai->cai_totalsize);
296
tcolors
= 1; /* fully associative */
302
tcolors
/= cai->cai_associativity;
304
if (
tcolors
<= ncolors)
306
ncolors =
tcolors
;
Completed in 13 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025