Lines Matching full:erratum
12 // The general principle is that an erratum sequence of one or
18 // This technique is only suitable for fixing an erratum when:
19 // - There is a set of necessary conditions required to trigger the erratum that
22 // least one of the necessary conditions that trigger the erratum.
23 // - We can overwrite an instruction in the erratum sequence with a branch to
51 // the Cortex-A53-843419 erratum.
292 // The instruction sequence that triggers the erratum is common in compiled
298 // In summary the erratum conditions are a series of 4 instructions:
315 // the erratum sequence. The Adrp, Instr2 and Instr4 correspond to 1.), 2.),
348 // Need at least 3 4-byte sized instructions to trigger erratum. in scanCortexA53Errata843419()
527 // Given an erratum sequence that starts at address adrpAddr, with an
537 // instance of the erratum on a previous patch and altered the relocation. We in implementPatch()
555 log("detected cortex-a53-843419 erratum sequence starting at " + in implementPatch()
573 // the erratum sequence create a Patch843419Section. We return the list of
580 // LLD doesn't use the erratum sequence in SyntheticSections. in patchInputSectionDescription()
612 // looking for the erratum sequence; creating a synthetic Patch843419Section