Searched refs:l2_cache_size (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libc/amd64/gen/ |
H A D | proc64_id.c | 64 uint_t l2_cache_size = 0; in get_intel_cache_info() local 98 l2_cache_size = cache_size; in get_intel_cache_info() 106 __set_cache_sizes(l1_cache_size, l2_cache_size, largest_level_cache); in get_intel_cache_info() 117 uint_t l2_cache_size = AMD_DFLT_L2_CACHE_SIZE; in get_amd_cache_info() local 135 l2_cache_size = ((cpuid_info.ecx >> 16) & 0xffff) * 1024; in get_amd_cache_info() 156 largest_level_cache += l2_cache_size; in get_amd_cache_info() 158 largest_level_cache = l2_cache_size; in get_amd_cache_info() 160 __set_cache_sizes(l1_cache_size, l2_cache_size, in get_amd_cache_info()
|
H A D | proc64_id.h | 70 void __set_cache_sizes(long l1_cache_size, long l2_cache_size,
|
H A D | proc64_support.s | 100 # rdi = l1_cache_size, rsi = l2_cache_size, rdx = largest_level_cache
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | gptwo_cpu.c | 650 uint_t l2_cache_size, l2_cache_line_size, l2_cache_assoc; in set_cpu_us4_props() local 687 l2_cache_size = pcd_cache_size / 2; in set_cpu_us4_props() 689 switch (l2_cache_size) { in set_cpu_us4_props() 698 "invalid l2_cache-size 0x%x\n", l2_cache_size); in set_cpu_us4_props() 707 l2_cache_size = PN_L2_SIZE; in set_cpu_us4_props() 798 "l2-cache-size", l2_cache_size) != DDI_SUCCESS) { in set_cpu_us4_props()
|