Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/x86/
Ddl-cacheinfo.h490 int threads_l2; in get_common_cache_info() local
515 threads_l2 = 0; in get_common_cache_info()
520 threads_l2 = 0; in get_common_cache_info()
557 threads_l2 = (eax >> 14) & 0x3ff; in get_common_cache_info()
589 int count = ((threads_l2 > 0 && level == 3) in get_common_cache_info()
591 || (threads_l2 > 0 && level == 2)) << 1)); in get_common_cache_info()
610 : "=r" (count_mask) : "g" (threads_l2)); in get_common_cache_info()
612 threads_l2 = (shipped - 1) & count_mask; in get_common_cache_info()
623 = (level == 2 ? threads_l2 : threads_l3); in get_common_cache_info()
631 threads_l2 = threads_core; in get_common_cache_info()
[all …]