Lines Matching refs:poison
877 * If instruction has to be poisoned, *poison will be set to true.
890 res->poison = false;
928 * incorrect, so we poison relocated instruction.
953 res->poison = true;
1033 if (res->poison) {
1034 poison:
1035 /* poison second part of ldimm64 to avoid confusing error from
1083 goto poison;
1324 targ_res->poison = false;
1369 } else if (cand_res.poison != targ_res->poison ||
1377 cand_res.poison ? "failure" : "success",
1379 targ_res->poison ? "failure" : "success",