Searched refs:needs_a53_835769_fix (Results 1 – 2 of 2) sorted by relevance
47 bool needs_a53_835769_fix = FindVariantInArray(arm64_variants_with_a53_835769_bug, in FromVariant() local51 if (!needs_a53_835769_fix) { in FromVariant()69 bool needs_a53_843419_fix = needs_a53_835769_fix; in FromVariant()72 new Arm64InstructionSetFeatures(needs_a53_835769_fix, needs_a53_843419_fix)); in FromVariant()
80 Arm64InstructionSetFeatures(bool needs_a53_835769_fix, bool needs_a53_843419_fix) in Arm64InstructionSetFeatures() argument82 fix_cortex_a53_835769_(needs_a53_835769_fix), in Arm64InstructionSetFeatures()