Searched refs:mtc (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | digsy_mtc.dts | 16 model = "intercontrol,digsy-mtc"; 17 compatible = "intercontrol,digsy-mtc";
|
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-time.c | 325 static struct ptunit_result mtc(struct time_fixture *tfix) in mtc() function 393 ptu_run_f(suite, mtc, tfix); in main()
|
H A D | ptunit-packet.c | 358 static struct ptunit_result mtc(struct packet_fixture *pfix) in mtc() function 361 pfix->packet[0].payload.mtc.ctc = 0x23; in mtc() 616 ptu_run_f(suite, mtc, pfix); in main()
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_encoder.c | 483 *pos++ = packet->payload.mtc.ctc; in pt_enc_next() 877 packet.payload.mtc.ctc = ctc; in pt_encode_mtc()
|
H A D | pt_packet_decoder.c | 563 size = pt_pkt_read_mtc(&packet->payload.mtc, decoder->pos, in pt_pkt_decode_mtc()
|
H A D | pt_query_decoder.c | 2272 &packet.payload.mtc, in skd010_scan_for_ovf_resume() 2503 &packet.payload.mtc, in apl12_resume_disabled() 2694 &packet.payload.mtc, in apl11_apply()
|
/freebsd/contrib/processor-trace/libipt/include/ |
H A D | intel-pt.h | 869 struct pt_packet_mtc mtc; member
|
H A D | intel-pt.h.in | 868 /** Packet: mtc. */ 869 struct pt_packet_mtc mtc; member 1180 /** The number of lost mtc and cyc packets.
|