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

  /src/sys/arch/sparc64/sparc64/
cpu.c 487 int bigcache, cachesize; local in function:cpu_attach
575 bigcache = 0;
594 bigcache = cachesize;
623 if (cachesize > bigcache)
624 bigcache = cachesize;
646 if (cachesize > bigcache)
647 bigcache = cachesize;
668 uvm_page_recolor(atop(bigcache)); /* XXX */
cpu.c 487 int bigcache, cachesize; local in function:cpu_attach
575 bigcache = 0;
594 bigcache = cachesize;
623 if (cachesize > bigcache)
624 bigcache = cachesize;
646 if (cachesize > bigcache)
647 bigcache = cachesize;
668 uvm_page_recolor(atop(bigcache)); /* XXX */

Completed in 23 milliseconds