Searched refs:joint_flags (Results 1 – 1 of 1) sorted by relevance
197 const uint32_t joint_flags = processor_i->flags & processor_j->flags; in cpuinfo_arm_linux_processor_equals() local200 if (joint_flags & CPUINFO_LINUX_FLAG_MAX_FREQUENCY) { in cpuinfo_arm_linux_processor_equals()209 if (joint_flags & CPUINFO_LINUX_FLAG_MIN_FREQUENCY) { in cpuinfo_arm_linux_processor_equals()217 if ((joint_flags & CPUINFO_ARM_LINUX_VALID_MIDR) == CPUINFO_ARM_LINUX_VALID_MIDR) { in cpuinfo_arm_linux_processor_equals()235 const uint32_t joint_flags = processor_i->flags & processor_j->flags; in cpuinfo_arm_linux_processor_not_equals() local237 if (joint_flags & CPUINFO_LINUX_FLAG_MAX_FREQUENCY) { in cpuinfo_arm_linux_processor_not_equals()243 if (joint_flags & CPUINFO_LINUX_FLAG_MIN_FREQUENCY) { in cpuinfo_arm_linux_processor_not_equals()249 if ((joint_flags & CPUINFO_ARM_LINUX_VALID_MIDR) == CPUINFO_ARM_LINUX_VALID_MIDR) { in cpuinfo_arm_linux_processor_not_equals()