Lines Matching refs:level
162 unsigned int level = (eax >> 5) & 0x7; in intel_check_word() local
164 if ((level == 1 && type == data in intel_check_word()
166 || (level == 1 && type == inst in intel_check_word()
168 || (level == 2 && folded_rel_name == M(_SC_LEVEL2_CACHE_SIZE)) in intel_check_word()
169 || (level == 3 && folded_rel_name == M(_SC_LEVEL3_CACHE_SIZE)) in intel_check_word()
170 || (level == 4 && folded_rel_name == M(_SC_LEVEL4_CACHE_SIZE))) in intel_check_word()
449 unsigned int level = (eax >> 5) & 0x7; in handle_zhaoxin() local
451 if ((level == 1 && type == data in handle_zhaoxin()
453 || (level == 1 && type == inst in handle_zhaoxin()
455 || (level == 2 && folded_rel_name == M(_SC_LEVEL2_CACHE_SIZE)) in handle_zhaoxin()
456 || (level == 3 && folded_rel_name == M(_SC_LEVEL3_CACHE_SIZE))) in handle_zhaoxin()
505 unsigned int level = 3; in get_common_cache_info() local
513 level = 2; 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()
623 = (level == 2 ? threads_l2 : threads_l3); in get_common_cache_info()
630 if (level == 2) in get_common_cache_info()
643 if (level == 2) in get_common_cache_info()