/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_time.c | 359 static int pt_time_adjust_cyc(uint64_t *cyc, const struct pt_time *time, in pt_time_adjust_cyc() argument 393 total_cyc = *cyc; in pt_time_adjust_cyc() 404 *cyc = total_cyc - old_cyc; in pt_time_adjust_cyc() 412 uint64_t cyc, fc; in pt_time_update_cyc() local 422 cyc = packet->value; in pt_time_update_cyc() 427 errcode = pt_time_adjust_cyc(&cyc, time, config, fcr); in pt_time_update_cyc() 432 fc += (cyc * fcr) >> pt_tcal_fcr_shr; in pt_time_update_cyc() 522 uint64_t tsc, last_tsc, tsc_delta, cyc, fcr; in pt_tcal_header_tsc() local 530 cyc = tcal->cyc_tsc; in pt_tcal_header_tsc() 537 if (!last_tsc || !cyc) in pt_tcal_header_tsc() [all …]
|
H A D | pt_packet.c | 388 uint8_t cyc, ext, shl; in pt_pkt_read_cyc() local 399 cyc = *pos++; in pt_pkt_read_cyc() 401 ext = cyc & pt_opm_cyc_ext; in pt_pkt_read_cyc() 402 cyc >>= pt_opm_cyc_shr; in pt_pkt_read_cyc() 404 value = cyc; in pt_pkt_read_cyc()
|
H A D | pt_encoder.c | 492 ctc = (uint8_t) packet->payload.cyc.value; in pt_enc_next() 498 ctc = packet->payload.cyc.value; in pt_enc_next() 887 packet.payload.cyc.value = ctc; in pt_encode_cyc()
|
H A D | pt_packet_decoder.c | 582 size = pt_pkt_read_cyc(&packet->payload.cyc, decoder->pos, in pt_pkt_decode_cyc()
|
H A D | pt_query_decoder.c | 2282 &packet.payload.cyc, in skd010_scan_for_ovf_resume() 2514 &packet.payload.cyc, in apl12_resume_disabled() 2704 &packet.payload.cyc, in apl11_apply()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleA57.td | 177 // if so adds 2 cyc to latency, 1 uop, 1 res cycle for A57UnitB 254 // +2cyc for branch forms 385 // For "Load, register offset, minus" we need +1cyc, +1I 419 // Load, immed pre-indexed (4 cyc for load result, 1 cyc for Base update) 423 // Load, register pre-indexed (4 cyc for load result, 2 cyc for Base update) 424 // (5 cyc load result for not-lsl2 scaled) 441 // LDRD pre-indexed: 5(2) cyc for reg, 4(1) cyc for imm. 489 // LDRD post-indexed: 4(2) cyc for reg, 4(1) cyc for imm. 501 // 5cyc "I0/I1,L" for minus reg or scaled not plus lsl2 502 // otherwise 4cyc "L" [all …]
|
H A D | ARMScheduleA57WriteRes.td | 14 // Latency: #cyc
|
/freebsd/usr.sbin/fwcontrol/ |
H A D | fwdv.c | 176 if (ciph->fdf.dv.cyc != 0xffff && k == 0) { in dvrecv() 177 fprintf(stderr, "0x%04x\n", ntohs(ciph->fdf.dv.cyc)); in dvrecv() 306 ciph->fdf.dv.cyc = 0xffff; in dvsend() 365 ciph->fdf.dv.cyc = htons(f_cycle << 12 | f_frac); in dvsend() 367 ciph->fdf.dv.cyc = htons(cycle << 12 | f_frac); in dvsend() 373 ciph->fdf.dv.cyc = 0xffff; in dvsend()
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_encoder.h | 114 extern int pt_encode_cyc(struct pt_encoder *, uint32_t cyc);
|
/freebsd/sys/dev/firewire/ |
H A D | iec68113.h | 95 uint16_t cyc:16; /* take care of byte order! */ member
|
H A D | firewire.h | 181 } cyc; member
|
/freebsd/sys/contrib/device-tree/Bindings/fpga/ |
H A D | altera-passive-serial.txt | 8 See https://www.altera.com/literature/hb/cyc/cyc_c51013.pdf
|
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-packet.c | 368 static struct ptunit_result cyc(struct packet_fixture *pfix) in cyc() function 371 pfix->packet[0].payload.cyc.value = 0x23; in cyc() 511 pfix->packet[0].payload.cyc.value = 0xa8; in cutoff_cyc() 617 ptu_run_f(suite, cyc, pfix); in main()
|
H A D | ptunit-time.c | 342 static struct ptunit_result cyc(struct time_fixture *tfix) in cyc() function 394 ptu_run_f(suite, cyc, tfix); in main()
|
/freebsd/usr.sbin/pmcstudy/ |
H A D | pmcstudy.c | 1376 struct counters *clr1, *clr2, *clr3, *cyc; in clears_broad() local 1385 cyc = find_counter(cpu, "MACHINE_CLEARS.CYCLES"); in clears_broad() 1390 cy = cyc->vals[pos] * 1.0; in clears_broad() 1396 cy = cyc->sum * 1.0; in clears_broad()
|
/freebsd/contrib/processor-trace/libipt/include/ |
H A D | intel-pt.h | 872 struct pt_packet_cyc cyc; member
|
H A D | intel-pt.h.in | 871 /** Packet: cyc. */ 872 struct pt_packet_cyc cyc; member 1180 /** The number of lost mtc and cyc packets.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedA57WriteRes.td | 14 // Latency: #cyc
|
H A D | AArch64SchedTSV110.td | 134 // Latency: #cyc
|
H A D | AArch64SchedFalkorDetails.td | 20 // Latency: #cyc
|