Lines Matching refs:alt
93 struct alt_entry *alt;
98 for (alt = begin; alt < end; alt++) {
99 if (alt->vendor_id != THEAD_VENDOR_ID)
101 if (alt->patch_id >= ERRATA_THEAD_NUMBER)
104 tmp = (1U << alt->patch_id);
106 oldptr = ALT_OLD_PTR(alt);
107 altptr = ALT_ALT_PTR(alt);
111 memcpy(oldptr, altptr, alt->alt_len);
114 patch_text_nosync(oldptr, altptr, alt->alt_len);