Lines Matching refs:bstack
368 struct branch_stack *bstack = speq->last_branch;
378 memset(bstack, 0x0, sz);
384 bstack->entries[i].from = record->from_ip;
385 bstack->entries[i].to = record->to_ip;
387 bs_flags = &bstack->entries[i].flags;
436 bs_flags = &bstack->entries[i].flags;
438 bstack->entries[i].to = record->prev_br_tgt;
442 bstack->nr = i;
443 bstack->hw_idx = -1ULL;
1700 pr_debug("Arm SPE supports only two bstack entries (PBT+TGT).\n");