Searched refs:level_type (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.sbin/cpucontrol/ |
| H A D | cpucontrol.c | 175 unsigned int level, level_type; in do_cpuid_count() local 192 level_type = strtouint32(cmdarg1, &endptr1, 16); in do_cpuid_count() 203 args.level_type = level_type; in do_cpuid_count() 216 "0x%.8x 0x%.8x\n", level, level_type, args.data[0], args.data[1], in do_cpuid_count()
|
| /freebsd/sys/sys/ |
| H A D | cpuctl.h | 44 int level_type; /* CPUID level type */ member
|
| /freebsd/sys/dev/cpuctl/ |
| H A D | cpuctl.c | 221 __LINE__, data->level, data->level_type, cpu); in cpuctl_do_cpuid_count() 229 cpuid_count(data->level, data->level_type, data->data); in cpuctl_do_cpuid_count() 242 cdata.level_type = 0; in cpuctl_do_cpuid()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_affinity.cpp | 2647 unsigned level_type, mask, mask_width, nitems, cache_mask; member 2695 unsigned level_type, mask_width, nitems; in __kmp_x2apicid_get_levels() local 2710 level_type = __kmp_extract_bits<8, 15>(buf.ecx); in __kmp_x2apicid_get_levels() 2713 if (level_type != INTEL_LEVEL_TYPE_INVALID && nitems == 0) { in __kmp_x2apicid_get_levels() 2718 if (KMP_LEAF_1F_KNOWN_LEVELS & (1u << level_type)) { in __kmp_x2apicid_get_levels() 2721 levels[levels_index].level_type = level_type; in __kmp_x2apicid_get_levels() 2733 } while (level_type != INTEL_LEVEL_TYPE_INVALID); in __kmp_x2apicid_get_levels() 2745 __kmp_intel_type_2_topology_type(info->levels[i].level_type); in __kmp_x2apicid_get_levels() 2746 total_description->add(info->levels[i].level_type); in __kmp_x2apicid_get_levels() 2752 if (levels_index == 0 || levels[0].level_type == INTEL_LEVEL_TYPE_INVALID) in __kmp_x2apicid_get_levels() [all …]
|