Home
last modified time | relevance | path

Searched refs:bigcache (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/sparc64/sparc64/
H A Dcpu.c487 int bigcache, cachesize; in cpu_attach() local
575 bigcache = 0; in cpu_attach()
594 bigcache = cachesize; in cpu_attach()
623 if (cachesize > bigcache) in cpu_attach()
624 bigcache = cachesize; in cpu_attach()
646 if (cachesize > bigcache) in cpu_attach()
647 bigcache = cachesize; in cpu_attach()
668 uvm_page_recolor(atop(bigcache)); /* XXX */ in cpu_attach()