Searched refs:joint_flags (Results 1 – 1 of 1) sorted by relevance
221 const uint32_t joint_flags = processor_i->flags & processor_j->flags; in cpuinfo_arm_linux_processor_equals() local224 if (joint_flags & CPUINFO_LINUX_FLAG_MAX_FREQUENCY) { in cpuinfo_arm_linux_processor_equals()233 if (joint_flags & CPUINFO_LINUX_FLAG_MIN_FREQUENCY) { in cpuinfo_arm_linux_processor_equals()241 if ((joint_flags & CPUINFO_ARM_LINUX_VALID_MIDR) == CPUINFO_ARM_LINUX_VALID_MIDR) { in cpuinfo_arm_linux_processor_equals()259 const uint32_t joint_flags = processor_i->flags & processor_j->flags; in cpuinfo_arm_linux_processor_not_equals() local261 if (joint_flags & CPUINFO_LINUX_FLAG_MAX_FREQUENCY) { in cpuinfo_arm_linux_processor_not_equals()267 if (joint_flags & CPUINFO_LINUX_FLAG_MIN_FREQUENCY) { in cpuinfo_arm_linux_processor_not_equals()273 if ((joint_flags & CPUINFO_ARM_LINUX_VALID_MIDR) == CPUINFO_ARM_LINUX_VALID_MIDR) { in cpuinfo_arm_linux_processor_not_equals()