HomeSort by: relevance | last modified time | path
    Searched defs:icachesize (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
cpu.c 490 int linesize, dcachesize, icachesize; local in function:cpu_attach
577 icachesize = cpu_icache_size(node);
578 if (icachesize > icache_size)
579 icache_size = icachesize;
588 totalsize = icachesize;

Completed in 11 milliseconds