Searched refs:ctc (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/mips/include/asm/mach-rc32434/ |
| H A D | timer.h | 40 u32 ctc; /*use CTC_ */ member
|
| /linux/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-decoder.c | 814 uint32_t mtc, mtc_delta, ctc, fc, ctc_rem; in intel_pt_calc_cyc_cb() local 907 ctc = pkt_info->packet.payload; in intel_pt_calc_cyc_cb() 909 ctc_rem = ctc & decoder->ctc_rem_mask; in intel_pt_calc_cyc_cb() 911 data->last_mtc = (ctc >> decoder->mtc_shift) & 0xff; in intel_pt_calc_cyc_cb() 1909 uint32_t ctc = decoder->packet.payload; in intel_pt_calc_tma() 1911 uint32_t ctc_rem = ctc & decoder->ctc_rem_mask; in intel_pt_calc_tma() 1921 decoder->last_mtc = (ctc >> decoder->mtc_shift) & 0xff; in intel_pt_calc_tma() 1922 decoder->last_ctc = ctc - ctc_rem; in intel_pt_calc_tma() 2439 static uint64_t intel_pt_ctc_to_tsc(struct intel_pt_decoder *decoder, uint64_t ctc) in intel_pt_ctc_to_tsc() 2442 return ctc * decode in intel_pt_ctc_to_tsc() 1907 uint32_t ctc = decoder->packet.payload; intel_pt_calc_tma() local 2437 intel_pt_ctc_to_tsc(struct intel_pt_decoder * decoder,uint64_t ctc) intel_pt_ctc_to_tsc() argument 2446 intel_pt_calc_expected_tsc(struct intel_pt_decoder * decoder,uint32_t ctc,uint32_t fc,uint64_t last_ctc_timestamp,uint64_t ctc_delta,uint32_t last_ctc) intel_pt_calc_expected_tsc() argument 2489 uint32_t ctc = data->tma_packet.payload; intel_pt_expected_tsc() local [all...] |
| /linux/Documentation/arch/s390/ |
| H A D | driver-model.rst | 247 devices, like qeth or ctc.
|