Home
last modified time | relevance | path

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

/external/cpuinfo/src/arm/linux/
Dclusters.c182 if (processors[i].flags & CPUINFO_LINUX_FLAG_MAX_FREQUENCY) { in cpuinfo_arm_linux_detect_core_clusters_by_heuristic()
183 if (cluster_flags & CPUINFO_LINUX_FLAG_MAX_FREQUENCY) { in cpuinfo_arm_linux_detect_core_clusters_by_heuristic()
193 cluster_flags |= CPUINFO_LINUX_FLAG_MAX_FREQUENCY; in cpuinfo_arm_linux_detect_core_clusters_by_heuristic()
345 if (processors[i].flags & CPUINFO_LINUX_FLAG_MAX_FREQUENCY) { in cpuinfo_arm_linux_detect_core_clusters_by_sequential_scan()
346 if (cluster_flags & CPUINFO_LINUX_FLAG_MAX_FREQUENCY) { in cpuinfo_arm_linux_detect_core_clusters_by_sequential_scan()
356 cluster_flags |= CPUINFO_LINUX_FLAG_MAX_FREQUENCY; in cpuinfo_arm_linux_detect_core_clusters_by_sequential_scan()
440 if (processors[i].flags & CPUINFO_LINUX_FLAG_MAX_FREQUENCY) { in cpuinfo_arm_linux_detect_core_clusters_by_sequential_scan()
442 cluster_flags |= CPUINFO_LINUX_FLAG_MAX_FREQUENCY; in cpuinfo_arm_linux_detect_core_clusters_by_sequential_scan()
Dmidr.c623 …luster_leader].flags & processors[other_cluster_leader].flags & CPUINFO_LINUX_FLAG_MAX_FREQUENCY) { in cpuinfo_arm_linux_detect_cluster_midr_by_big_little_heuristic()
752 … if ((processors[i].flags & ~processors[group_leader].flags) & CPUINFO_LINUX_FLAG_MAX_FREQUENCY) { in cpuinfo_arm_linux_detect_cluster_midr()
754 processors[group_leader].flags |= CPUINFO_LINUX_FLAG_MAX_FREQUENCY; in cpuinfo_arm_linux_detect_cluster_midr()
Dapi.h224 if (joint_flags & CPUINFO_LINUX_FLAG_MAX_FREQUENCY) { in cpuinfo_arm_linux_processor_equals()
261 if (joint_flags & CPUINFO_LINUX_FLAG_MAX_FREQUENCY) { in cpuinfo_arm_linux_processor_not_equals()
Dinit.c293 arm_linux_processors[i].flags |= CPUINFO_LINUX_FLAG_MAX_FREQUENCY; in cpuinfo_arm_linux_init()
380 (CPUINFO_ARM_LINUX_VALID_MIDR | CPUINFO_LINUX_FLAG_MAX_FREQUENCY); in cpuinfo_arm_linux_init()
/external/cpuinfo/src/linux/
Dapi.h13 #define CPUINFO_LINUX_FLAG_MAX_FREQUENCY UINT32_C(0x00000004) macro