Home
last modified time | relevance | path

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

/tools/power/x86/intel-speed-select/
Disst-config.c413 #define MAX_DIE_PER_PACKAGE 2 macro
539 static int cpu_cnt[MAX_PACKAGE_COUNT][MAX_DIE_PER_PACKAGE];
540 static long long core_mask[MAX_PACKAGE_COUNT][MAX_DIE_PER_PACKAGE];
569 die_id < MAX_DIE_PER_PACKAGE) { in set_cpu_present_cpu_mask()
601 if (pkg_id < MAX_PACKAGE_COUNT && die_id < MAX_DIE_PER_PACKAGE) in get_cpu_count()