HomeSort by: relevance | last modified time | path
    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