Searched refs:needs_a53_835769_fix (Results 1 – 2 of 2) sorted by relevance
105 bool needs_a53_835769_fix = FindVariantInArray(arm64_variants_with_a53_835769_bug, in FromVariant() local109 bool needs_a53_843419_fix = needs_a53_835769_fix; in FromVariant()130 if (!needs_a53_835769_fix) { in FromVariant()152 return Arm64FeaturesUniquePtr(new Arm64InstructionSetFeatures(needs_a53_835769_fix, in FromVariant()181 bool needs_a53_835769_fix = false; in FromCppDefines() local182 bool needs_a53_843419_fix = needs_a53_835769_fix; in FromCppDefines()210 return Arm64FeaturesUniquePtr(new Arm64InstructionSetFeatures(needs_a53_835769_fix, in FromCppDefines()225 bool needs_a53_835769_fix = false; // No HWCAP for this. in FromHwcap() local242 return Arm64FeaturesUniquePtr(new Arm64InstructionSetFeatures(needs_a53_835769_fix, in FromHwcap()
120 Arm64InstructionSetFeatures(bool needs_a53_835769_fix, in Arm64InstructionSetFeatures() argument128 fix_cortex_a53_835769_(needs_a53_835769_fix), in Arm64InstructionSetFeatures()