Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/cpucontrol/
H A Dcpucontrol.c160 unsigned int level, level_type; in do_cpuid_count() local
177 level_type = strtoul(cmdarg1, &endptr1, 16); in do_cpuid_count()
188 args.level_type = level_type; in do_cpuid_count()
201 "0x%.8x 0x%.8x\n", level, level_type, args.data[0], args.data[1], in do_cpuid_count()
/freebsd-13.1/sys/sys/
H A Dcpuctl.h46 int level_type; /* CPUID level type */ member
/freebsd-13.1/sys/dev/cpuctl/
H A Dcpuctl.c224 __LINE__, data->level, data->level_type, cpu); in cpuctl_do_cpuid_count()
232 cpuid_count(data->level, data->level_type, data->data); in cpuctl_do_cpuid_count()
245 cdata.level_type = 0; in cpuctl_do_cpuid()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp1814 unsigned level_type, mask, mask_width, nitems, cache_mask; member
1843 unsigned level_type, mask_width, nitems; in __kmp_x2apicid_get_levels() local
1856 level_type = __kmp_extract_bits<8, 15>(buf.ecx); in __kmp_x2apicid_get_levels()
1859 if (level_type != INTEL_LEVEL_TYPE_INVALID && nitems == 0) in __kmp_x2apicid_get_levels()
1862 if (known_levels & (1ull << level_type)) { in __kmp_x2apicid_get_levels()
1865 levels[levels_index].level_type = level_type; in __kmp_x2apicid_get_levels()
1877 } while (level_type != INTEL_LEVEL_TYPE_INVALID); in __kmp_x2apicid_get_levels()
1881 if (levels[i].level_type != INTEL_LEVEL_TYPE_INVALID) { in __kmp_x2apicid_get_levels()
1977 if (levels[i].level_type == INTEL_LEVEL_TYPE_SMT) { in __kmp_affinity_create_x2apicid_map()
1979 } else if (levels[i].level_type == INTEL_LEVEL_TYPE_CORE) { in __kmp_affinity_create_x2apicid_map()
[all …]