Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc/sparc/
H A Dcache_print.h53 if (ci->c_split) { in cache_printf_backend()
H A Dcpu.c1180 ci->c_split = 0; in getcacheinfo_sun4()
1196 ci->c_split = 0; in getcacheinfo_sun4()
1205 ci->c_split = 0; in getcacheinfo_sun4()
1215 ci->c_split = 0; in getcacheinfo_sun4()
1403 ci->c_split = 1; in getcacheinfo_obp()
1405 ci->c_split = 0; in getcacheinfo_obp()
1412 ci->c_split) { in getcacheinfo_obp()
1924 ci->c_split = 1; in getcacheinfo_sun4d()
/netbsd-src/sys/arch/sparc/include/
H A Dcpu.h87 int c_split; /* true => cache is split */ member