| /Linux-v5.10/arch/mips/kernel/ |
| D | smp-bmips.c | 511 void __iomem *cbr = BMIPS_GET_CBR(); in bmips_set_reset_vec() local 514 __raw_writel(val, cbr + BMIPS_RELO_VECTOR_CONTROL_0); in bmips_set_reset_vec() 518 __raw_writel(val, cbr + BMIPS_RELO_VECTOR_CONTROL_1); in bmips_set_reset_vec() 584 void __iomem __maybe_unused *cbr = BMIPS_GET_CBR(); in bmips_cpu_setup() local 600 cfg = __raw_readl(cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup() 601 __raw_writel(cfg | 0x100, cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup() 602 __raw_readl(cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup() 604 cfg = __raw_readl(cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup() 605 __raw_writel(cfg | 0xf, cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup() 606 __raw_readl(cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup() [all …]
|
| /Linux-v5.10/arch/mips/bmips/ |
| D | dma.c | 69 void __iomem *cbr = BMIPS_GET_CBR(); in arch_sync_dma_for_cpu_all() local 78 cfg = __raw_readl(cbr + BMIPS_RAC_CONFIG); in arch_sync_dma_for_cpu_all() 79 __raw_writel(cfg | 0x100, cbr + BMIPS_RAC_CONFIG); in arch_sync_dma_for_cpu_all() 80 __raw_readl(cbr + BMIPS_RAC_CONFIG); in arch_sync_dma_for_cpu_all()
|
| /Linux-v5.10/tools/perf/util/intel-pt-decoder/ |
| D | intel-pt-decoder.c | 150 unsigned int cbr; member 652 unsigned int cbr; member 690 unsigned int cbr; in intel_pt_calc_cyc_cb() local 807 cbr = pkt_info->packet.payload; in intel_pt_calc_cyc_cb() 808 if (data->cbr && data->cbr != cbr) in intel_pt_calc_cyc_cb() 810 data->cbr = cbr; in intel_pt_calc_cyc_cb() 811 data->cbr_cyc_to_tsc = decoder->max_non_turbo_ratio_fp / cbr; in intel_pt_calc_cyc_cb() 827 if (!data->cbr && decoder->cbr) { in intel_pt_calc_cyc_cb() 828 data->cbr = decoder->cbr; in intel_pt_calc_cyc_cb() 837 if (data->cbr && cyc_to_tsc > data->cbr_cyc_to_tsc && in intel_pt_calc_cyc_cb() [all …]
|
| D | intel-pt-decoder.h | 216 uint32_t cbr; member
|
| /Linux-v5.10/tools/perf/scripts/python/ |
| D | intel-pt-events.py | 44 cbr = data[0] 46 p = ((cbr * 1000 / data[2]) + 5) / 10 47 print("%3u freq: %4u MHz (%3u%%)" % (cbr, f, p), end=' ')
|
| D | export-to-sqlite.py | 728 def cbr(id, raw_buf): function 730 cbr = data[0] 732 percent = ((cbr * 1000 / data[2]) + 5) / 10 734 cbr_query.addBindValue(str(cbr)) 793 cbr(id, raw_buf)
|
| D | export-to-postgresql.py | 1053 def cbr(id, raw_buf): function 1055 cbr = data[0] 1057 percent = ((cbr * 1000 / data[2]) + 5) / 10 1058 value = struct.pack("!hiqiiiiii", 4, 8, id, 4, cbr, 4, int(MHz), 4, int(percent)) 1106 cbr(id, raw_buf)
|
| /Linux-v5.10/drivers/misc/sgi-gru/ |
| D | grutables.h | 490 #define CBR_BYTES(cbr) ((cbr) * GRU_HANDLE_BYTES * GRU_CBR_AU_SIZE * 2) argument
|
| D | grumain.c | 775 int ctxnum, ctxnum0, flag = 0, cbr, dsr; in gru_steal_context() local 781 cbr = gts->ts_cbr_au_count; in gru_steal_context() 797 if (check_gru_resources(gru, cbr, dsr, GRU_NUM_CCH)) in gru_steal_context() 837 gru->gs_gid, ctxnum, ngts, cbr, dsr, hweight64(gru->gs_cbr_map), in gru_steal_context()
|
| /Linux-v5.10/tools/perf/util/ |
| D | event.h | 254 u32 cbr : 8, member
|
| D | intel-pt.c | 1517 ptq->cbr_seen = ptq->state->cbr; in intel_pt_synth_cbr_sample() 1526 raw.freq = cpu_to_le32(raw.cbr * pt->cbr2khz); in intel_pt_synth_cbr_sample() 1989 if (ptq->state->cbr != ptq->cbr_seen) { in intel_pt_sample()
|
| /Linux-v5.10/tools/perf/Documentation/ |
| D | perf-intel-pt.txt | 900 cbr: cbr: 22 freq: 2189 MHz (200%) 906 "cbr" includes the frequency and the percentage of maximum non-turbo
|
| /Linux-v5.10/tools/perf/ |
| D | builtin-script.c | 1731 len = fprintf(fp, " cbr: %2u freq: %4u MHz ", data->cbr, freq); in perf_sample__fprintf_synth_cbr() 1733 percent = (5 + (1000 * data->cbr) / data->max_nonturbo) / 10; in perf_sample__fprintf_synth_cbr()
|
| /Linux-v5.10/drivers/gpu/drm/omapdrm/dss/ |
| D | dispc.c | 856 int yr, yg, yb, cbr, cbg, cbb, crr, crg, crb; member 887 dispc_write_reg(dispc, DISPC_OVL_CONV_COEF(plane, 3), CVAL(ct->cbg, ct->cbr)); in dispc_wb_write_color_conv_coef()
|