Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/cpucontrol/
H A Dcpucontrol.c158 unsigned int level, level_type; in do_cpuid_count() local
175 level_type = strtoul(cmdarg1, &endptr1, 16); in do_cpuid_count()
186 args.level_type = level_type; in do_cpuid_count()
199 "0x%.8x 0x%.8x\n", level, level_type, args.data[0], args.data[1], in do_cpuid_count()
/freebsd-14.2/sys/sys/
H A Dcpuctl.h44 int level_type; /* CPUID level type */ member
/freebsd-14.2/sys/dev/cpuctl/
H A Dcpuctl.c222 __LINE__, data->level, data->level_type, cpu); in cpuctl_do_cpuid_count()
230 cpuid_count(data->level, data->level_type, data->data); in cpuctl_do_cpuid_count()
243 cdata.level_type = 0; in cpuctl_do_cpuid()
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp2528 unsigned level_type, mask, mask_width, nitems, cache_mask; member
2557 unsigned level_type, mask_width, nitems; in __kmp_x2apicid_get_levels() local
2570 level_type = __kmp_extract_bits<8, 15>(buf.ecx); in __kmp_x2apicid_get_levels()
2573 if (level_type != INTEL_LEVEL_TYPE_INVALID && nitems == 0) in __kmp_x2apicid_get_levels()
2576 if (known_levels & (1ull << level_type)) { in __kmp_x2apicid_get_levels()
2579 levels[levels_index].level_type = level_type; in __kmp_x2apicid_get_levels()
2591 } while (level_type != INTEL_LEVEL_TYPE_INVALID); in __kmp_x2apicid_get_levels()
2599 if (levels[i].level_type != INTEL_LEVEL_TYPE_INVALID) { in __kmp_x2apicid_get_levels()
2695 if (levels[i].level_type == INTEL_LEVEL_TYPE_SMT) { in __kmp_affinity_create_x2apicid_map()
2697 } else if (levels[i].level_type == INTEL_LEVEL_TYPE_CORE) { in __kmp_affinity_create_x2apicid_map()
[all …]