Searched refs:profp (Results 1 – 2 of 2) sorted by relevance
420 CRIS_MISC_PROFILE *profp = CPU_CRIS_MISC_PROFILE (current_cpu); in MY() local421 USI pc = profp->old_pc; in MY()424 int taken = profp->branch_taken; in MY()426 int pred_taken = (profp->branch_predictors[branch_index] & 2) != 0; in MY()436 if (profp->branch_predictors[branch_index] < 3) in MY()437 profp->branch_predictors[branch_index]++; in MY()443 if (profp->branch_predictors[branch_index] != 0) in MY()444 profp->branch_predictors[branch_index]--; in MY()
800 CRIS_MISC_PROFILE *profp in dump_statistics() local802 uint64_t total = profp->basic_cycle_count; in dump_statistics()818 total += profp->unaligned_mem_dword_count; in dump_statistics()827 += (profp->memsrc_stall_count in dump_statistics()828 + profp->memraw_stall_count in dump_statistics()829 + profp->movemsrc_stall_count in dump_statistics()830 + profp->movemdst_stall_count in dump_statistics()831 + profp->mulsrc_stall_count in dump_statistics()832 + profp->jumpsrc_stall_count in dump_statistics()833 + profp->unaligned_mem_dword_count); in dump_statistics()[all …]