Lines Matching defs:from
48 } from;
103 u64 from, to;
111 from = cpuc->lbr_entries[i].from;
113 type = branch_type_fused(from, to, 0, &offset);
116 * Adjust the branch from address in case of instruction
121 cpuc->lbr_entries[i].from += offset;
128 cpuc->lbr_entries[i].from = 0; /* mark invalid */
141 if (!cpuc->lbr_entries[i].from) {
146 if (!cpuc->lbr_entries[i].from)
171 entry.from.full = amd_pmu_lbr_get_from(i);
183 br[out].from = sign_ext_branch_ip(entry.from.split.ip);
185 br[out].mispred = entry.from.split.mispredict;
383 * from the old address space and the LBR records should be wiped.